|
|||||||||
| 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.Study3TestBase
nesstar.api.faster.Study3Test
public class Study3Test
A Test class for Study3.java Automatically generated from ARGO/UML
| Field Summary |
|---|
| Fields inherited from class nesstar.api.faster.Study3TestBase |
|---|
__home |
| Constructor Summary | |
|---|---|
Study3Test(String testName)
Constructor for the Study3Test object |
|
| Method Summary | |
|---|---|
void |
checkCreateDerivedVariable()
|
void |
checkDDISkeleton()
|
void |
checkDDIVariable()
|
void |
checkDeleteAll()
|
void |
checkDeleteStudy()
|
void |
checkDeleteUser()
check if a derived variable is deleted when a user is deleted |
void |
checkFullDDI()
|
void |
checkOperationCreateAndRemoveDerivedVariables()
|
void |
checkSearchOnDerivedVariables()
|
static junit.framework.Test |
DerivedVariableTest()
|
static void |
main(String[] args)
The main program for the Study3Test class |
static junit.framework.Test |
suite()
Return the suite of all tests of this class |
void |
testAttributeComment()
A test on Comment |
void |
testAttributeCreationDate()
A test on CreationDate |
void |
testAttributeLabel()
A test on Label |
void |
testDerivedVariablesDDISkeleton()
|
void |
testDerivedVariablesDDIVariable()
|
void |
testDerivedVariablesDeleteUser()
|
void |
testDerivedVariablesFullDDI()
|
void |
testHomeOperationFindAll()
A test on the home operation findAll(String id) |
void |
testHomeOperationFindByKey()
A test on the home operation findByKey(String id) |
void |
testHomeOperationPublishStudy()
A Test of the Home operation publishStudy(File ddiFull,File ddiSkeleton,File variableIndex) |
void |
testOperationCompute(String testfile)
A Test of a statistical operation with a variable compute |
void |
testOperationCorrelation()
A Test of the operation Correlation(String condition,Collection variables,String missing,String type,Collection weights,String format,String filter) Bivariate Correlation Matrix |
void |
testOperationCorrelationMultifile()
A Test of the operation Correlation(String condition,Collection variables,String missing,String type,Collection weights,String format,String filter) Bivariate Correlation Matrix |
void |
testOperationCreateAndRemoveDerivedVariables()
|
void |
testOperationCreateDerivedVariable()
A Test of the operation CreateDerivedVariable(String name,String label,String comment,String expression) |
void |
testOperationDeleteAll()
test all the derived properties are removed when a study is removed |
void |
testOperationFrequencyCompute()
|
void |
testOperationFrequencyComputeDotted()
|
void |
testOperationGetDerivedVariables()
A Test of the operation GetDerivedVariables() |
void |
testOperationTabulationCompute()
|
void |
testOperationTabulationComputeDouble()
|
void |
testOperationTabulationComputeMultifile()
|
void |
testOperationTabulationRecode()
|
void |
testOperationTabulationRecodeDouble()
|
void |
testOperationVarlist()
A Test of the operation Varlist(String condition,Collection variables,Collection weights,String format,String filter) General Variable Information |
void |
testOperationVarlistMultifile()
A Test of the operation Varlist(String condition,Collection variables,Collection weights,String format,String filter) General Variable Information |
void |
testSearchOnDerivedVariables()
|
void |
testStaleDerivedariable()
Tests for partial object support |
void |
testStatisticalOperation(String testfile)
A Test of the operation Tabulation(String condition,Collection variables,Collection weights,String format,String filter,String customVar) |
| Methods inherited from class nesstar.api.faster.Study3TestBase |
|---|
getAssociationTest, getAttributesTest, getHome, getMethodsTest, getProperiesTest |
| 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 |
| Constructor Detail |
|---|
public Study3Test(String testName)
testName - | Method Detail |
|---|
public static void main(String[] args)
args - The command line argumentspublic static junit.framework.Test suite()
public void testAttributeComment()
throws Exception
testAttributeComment in class Study3TestBaseException
public void testAttributeLabel()
throws Exception
testAttributeLabel in class Study3TestBaseException
public void testHomeOperationFindByKey()
throws Exception
testHomeOperationFindByKey in class Study3TestBaseException
public void testHomeOperationFindAll()
throws Exception
testHomeOperationFindAll in class Study3TestBaseException
public void testOperationCorrelation()
throws Exception
testOperationCorrelation in class Study3TestBaseException
public void testOperationCorrelationMultifile()
throws Exception
Exception
public void testOperationVarlist()
throws Exception
testOperationVarlist in class Study3TestBaseException
public void testOperationVarlistMultifile()
throws Exception
Exception
public void testStatisticalOperation(String testfile)
throws Exception
Exception
public void testOperationFrequencyCompute()
throws Exception
Exception
public void testOperationFrequencyComputeDotted()
throws Exception
Exception
public void testOperationTabulationCompute()
throws Exception
Exception
public void testOperationTabulationComputeDouble()
throws Exception
Exception
public void testOperationTabulationComputeMultifile()
throws Exception
Exception
public void testOperationTabulationRecode()
throws Exception
Exception
public void testOperationTabulationRecodeDouble()
throws Exception
Exception
public void testOperationCompute(String testfile)
throws Exception
Exception
public void testHomeOperationPublishStudy()
throws Exception
Publish a study xml file including it's ddi skeleton file in xml format and associated variable index file.
testHomeOperationPublishStudy in class Study3TestBaseException
public void testOperationCreateDerivedVariable()
throws Exception
Study3TestBaseCreate a new unique derived variable with the specified name, label, comment and expression.
The new variable is automatically associated with this study and with the current user.
testOperationCreateDerivedVariable in class Study3TestBaseException
public void testOperationDeleteAll()
throws Exception
Exception
public void testOperationGetDerivedVariables()
throws Exception
Study3TestBaseReturn a (possibly empty) collection of derived variables linked to this study and visible to the current user according to the current access control policy.
testOperationGetDerivedVariables in class Study3TestBaseException
public static junit.framework.Test DerivedVariableTest()
throws Exception
Exception
public void checkCreateDerivedVariable()
throws Exception
Exception
public void checkDeleteAll()
throws Exception
Exception
public void testDerivedVariablesDeleteUser()
throws Exception
Exception
public void checkDeleteUser()
throws Exception
Exception
public void checkDeleteStudy()
throws Exception
Exception
public void testDerivedVariablesFullDDI()
throws Exception
Exception
public void checkFullDDI()
throws Exception
Exception
public void testDerivedVariablesDDISkeleton()
throws Exception
Exception
public void checkDDISkeleton()
throws Exception
Exception
public void testDerivedVariablesDDIVariable()
throws Exception
Exception
public void checkDDIVariable()
throws Exception
Exception
public void testSearchOnDerivedVariables()
throws Exception
Exception
public void checkSearchOnDerivedVariables()
throws Exception
Exception
public void checkOperationCreateAndRemoveDerivedVariables()
throws Exception
Exception
public void testOperationCreateAndRemoveDerivedVariables()
throws Exception
Exception
public void testStaleDerivedariable()
throws Exception
Exception
| should be rewritten as it is not actually testing partial objects |
public void testAttributeCreationDate()
throws Exception
testAttributeCreationDate in class Study3TestBaseException
|
Nesstar SDK | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||