|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
nesstar.test.NesstarTestCase
nesstar.api.faster.VariableTestBase
public class VariableTestBase
A Base Test class for Variable.java Automatically generated from ARGO/UML
| Field Summary | |
|---|---|
static VariableHome |
__home
|
| Constructor Summary | |
|---|---|
VariableTestBase(String testName)
Constructor for the VariableTestBase object |
|
| Method Summary | |
|---|---|
static junit.framework.Test |
getAssociationTest()
|
static junit.framework.Test |
getAttributesTest()
|
static VariableHome |
getHome()
|
static junit.framework.Test |
getMethodsTest()
|
static junit.framework.Test |
getProperiesTest()
|
static void |
main(String[] args)
The main program for the VariableTestBase class |
static junit.framework.Test |
suite()
Return the suite of all tests of this class |
void |
testAssociationDatafile()
A Test of the attribute datafile of type Datafile |
void |
testAssociationFactsheets()
A Test of the attribute factsheets as collection of Factsheet |
void |
testAssociationGroups()
A Test of the attribute groups as collection of VariableGroup |
void |
testAssociationMeasures()
A Test of the attribute measures as collection of Measure |
void |
testAssociationSection()
A Test of the attribute section of type Section |
void |
testAssociationSections()
A Test of the attribute sections as collection of Section |
void |
testAssociationStatistics()
A Test of the attribute statistics as collection of CategoryStatistic |
void |
testAssociationStudy()
A Test of the attribute study of type Study |
void |
testAssociationTables()
A Test of the attribute tables as collection of Table |
void |
testAssociationWeightVariable()
A Test of the attribute weightVariable of type Variable |
void |
testAssociationWeightVariables()
A Test of the attribute weightVariables as collection of Variable |
void |
testAttributeAdditivity()
A Test of the attribute Additivity |
void |
testAttributeComment()
A test on Comment |
void |
testAttributeConcept()
A Test of the attribute concept |
void |
testAttributeCreationDate()
A test on CreationDate |
void |
testAttributeDecimalPlaces()
A Test of the attribute DecimalPlaces |
void |
testAttributeExpression()
A Test of the attribute expression |
void |
testAttributeFormat()
A Test of the attribute Format |
void |
testAttributeFormatSchema()
A Test of the attribute FormatSchema |
void |
testAttributeGeogr()
A Test of the attribute Geogr |
void |
testAttributeInstructions()
A Test of the attribute Instructions |
void |
testAttributeInterviewerInstr()
A Test of the attribute InterviewerInstr |
void |
testAttributeIntervl()
A Test of the attribute Intervl |
void |
testAttributeIsKey()
A Test of the attribute IsKey |
void |
testAttributeIsWeight()
A Test of the attribute IsWeight |
void |
testAttributeLabel()
A Test of the attribute label |
void |
testAttributeMax()
A Test of the attribute Max |
void |
testAttributeMaxValue()
A Test of the attribute MaxValue |
void |
testAttributeMean()
A Test of the attribute Mean |
void |
testAttributeMeanValue()
A Test of the attribute MeanValue |
void |
testAttributeMedian()
A Test of the attribute Median |
void |
testAttributeMedianValue()
A Test of the attribute MedianValue |
void |
testAttributeMin()
A Test of the attribute Min |
void |
testAttributeMinValue()
A Test of the attribute MinValue |
void |
testAttributeMissingValues()
A Test of the attribute MissingValues |
void |
testAttributeMode()
A Test of the attribute mode |
void |
testAttributeModeValue()
A Test of the attribute ModeValue |
void |
testAttributeName()
A Test of the attribute name |
void |
testAttributeNature()
A Test of the attribute Nature |
void |
testAttributeNoInvalidResponses()
A Test of the attribute NoInvalidResponses |
void |
testAttributeNoResponses()
A Test of the attribute NoResponses |
void |
testAttributeNotes()
A Test of the attribute Notes |
void |
testAttributeNoValidResponses()
A Test of the attribute NoValidResponses |
void |
testAttributeOrigin()
A Test of the attribute Origin |
void |
testAttributePosition()
A Test of the attribute position |
void |
testAttributePostQuestionText()
A Test of the attribute PostQuestionText |
void |
testAttributePreQuestionText()
A Test of the attribute PreQuestionText |
void |
testAttributeQuestionText()
A Test of the attribute QuestionText |
void |
testAttributeScale()
A Test of the attribute Scale |
void |
testAttributeSource()
A Test of the attribute source |
void |
testAttributeStartPos()
A Test of the attribute StartPos |
void |
testAttributeStd()
A Test of the attribute std |
void |
testAttributeStdValue()
A Test of the attribute StdValue |
void |
testAttributeUniverse()
A Test of the attribute Universe |
void |
testAttributeValRangeMax()
A Test of the attribute ValRangeMax |
void |
testAttributeValRangeMin()
A Test of the attribute ValRangeMin |
void |
testAttributeVarID()
A Test of the attribute varID |
void |
testHomeOperationFindAll()
A test on the home operation findAll(String id) |
void |
testHomeOperationFindByKey()
A test on the home operation findByKey(String id) |
void |
testOperationRemove()
A Test of the operation Remove() |
| Methods inherited from class junit.framework.TestCase |
|---|
countTestCases, getName, run, run, runBare, setName, toString |
| Methods inherited from class junit.framework.Assert |
|---|
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static VariableHome __home
| Constructor Detail |
|---|
public VariableTestBase(String testName)
testName - | Method Detail |
|---|
public static VariableHome getHome()
throws Exception
Exception
public static junit.framework.Test getProperiesTest()
throws Exception
Exception
public static junit.framework.Test getAttributesTest()
throws Exception
Exception
public static junit.framework.Test getAssociationTest()
throws Exception
Exception
public static junit.framework.Test getMethodsTest()
throws Exception
Exceptionpublic static void main(String[] args)
args - The command line argumentspublic static junit.framework.Test suite()
public void testAttributeIsKey()
throws Exception
Is this variable a key in a hierarchy?
Exception
public void testAttributeIsWeight()
throws Exception
Whether the variable is a weight.
Exception
public void testAttributeNoInvalidResponses()
throws Exception
Number of invalid responses
Exception
public void testAttributeDecimalPlaces()
throws Exception
Number of decimal places
Exception
public void testAttributeStartPos()
throws Exception
Start position of variable in data file
Exception
public void testAttributeName()
throws Exception
Name of variable
Exception
public void testAttributeMax()
throws Exception
Exception
public void testAttributeMean()
throws Exception
Exception
public void testAttributeMedian()
throws Exception
Exception
public void testAttributeMin()
throws Exception
Exception
public void testAttributeMode()
throws Exception
Exception
public void testAttributeStd()
throws Exception
Exception
public void testAttributeValRangeMax()
throws Exception
Maximum value in range
Exception
public void testAttributeValRangeMin()
throws Exception
Minimum value in range
Exception
public void testAttributeNotes()
throws Exception
Brief notes on variable
Exception
public void testAttributeQuestionText()
throws Exception
Text of the actual, literal question asked.
Exception
public void testAttributeNoResponses()
throws Exception
Total Number of Responses
Exception
public void testAttributeInstructions()
throws Exception
Instructions to Interviewer
Exception
public void testAttributeUniverse()
throws Exception
Population for this variable
Exception
public void testAttributeAdditivity()
throws Exception
Exception
public void testAttributeNature()
throws Exception
Exception
public void testAttributeScale()
throws Exception
Exception
public void testAttributeOrigin()
throws Exception
Exception
public void testAttributeGeogr()
throws Exception
Exception
public void testAttributeMissingValues()
throws Exception
List of missing/invalid values
Exception
public void testAttributeIntervl()
throws Exception
discrete/continuous
Exception
public void testAttributeFormat()
throws Exception
eg Float, Integer
Exception
public void testAttributeFormatSchema()
throws Exception
eg SPSS, SAS
Exception
public void testAttributeVarID()
throws Exception
Position of variable in dataset (local ID)
Exception
public void testAttributeSource()
throws Exception
Source for this variable
Exception
public void testAttributeNoValidResponses()
throws Exception
Number of Valid Responses
Exception
public void testAttributeMeanValue()
throws Exception
Statistical measures which describe the responses to a particular variable and may include one or more standard summaries
Exception
public void testAttributeMaxValue()
throws Exception
Statistical measures which describe the responses to a particular variable and may include one or more standard summaries
Exception
public void testAttributeModeValue()
throws Exception
Statistical measures which describe the responses to a particular variable and may include one or more standard summaries
Exception
public void testAttributeMedianValue()
throws Exception
Statistical measures which describe the responses to a particular variable and may include one or more standard summaries
Exception
public void testAttributeMinValue()
throws Exception
Statistical measures which describe the responses to a particular variable and may include one or more standard summaries
Exception
public void testAttributeStdValue()
throws Exception
Statistical measures which describe the responses to a particular variable and may include one or more standard summaries
Exception
public void testAttributePosition()
throws Exception
Represents the ordinal position of a variable in the ddi xml. Starts from position 1.
Exception
public void testAttributeLabel()
throws Exception
A descriptive phrase which defines the variable.
Exception
public void testAttributePreQuestionText()
throws Exception
Text describing a set of conditions under which a question might be asked.
Exception
public void testAttributePostQuestionText()
throws Exception
Text describing what occurs after the literal question has been asked.
Exception
public void testAttributeInterviewerInstr()
throws Exception
Specific instructions to the individual conducting an interview.
Exception
public void testAttributeConcept()
throws Exception
List of Concepts. The general subject to which this variable may be seen as pertaining.
Exception
public void testAttributeExpression()
throws Exception
If this variable is derived from other variables this field contains the expression used to calculate the variable.
Exception
public void testAttributeComment()
throws Exception
Exception
public void testAttributeCreationDate()
throws Exception
Exception
public void testHomeOperationFindByKey()
throws Exception
Exception
public void testHomeOperationFindAll()
throws Exception
Exception
public void testOperationRemove()
throws Exception
Remove this derived variable.
if - the variable is not derived or if there are other derived
variables that depend on it.
Exception
public void testAssociationSections()
throws Exception
Exception
public void testAssociationMeasures()
throws Exception
Exception
public void testAssociationStatistics()
throws Exception
Exception
public void testAssociationStudy()
throws Exception
Exception
public void testAssociationDatafile()
throws Exception
Exception
public void testAssociationGroups()
throws Exception
Exception
public void testAssociationFactsheets()
throws Exception
Exception
public void testAssociationTables()
throws Exception
Exception
public void testAssociationWeightVariables()
throws Exception
Exception
public void testAssociationSection()
throws Exception
Exception
public void testAssociationWeightVariable()
throws Exception
Exception
|
Nesstar SDK | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||