|
|||||||||
| 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
public class Study3TestBase
A Base Test class for Study3.java Automatically generated from ARGO/UML
| Field Summary | |
|---|---|
static Study3Home |
__home
|
| Constructor Summary | |
|---|---|
Study3TestBase(String testName)
Constructor for the Study3TestBase object |
|
| Method Summary | |
|---|---|
static junit.framework.Test |
getAssociationTest()
|
static junit.framework.Test |
getAttributesTest()
|
static Study3Home |
getHome()
|
static junit.framework.Test |
getMethodsTest()
|
static junit.framework.Test |
getProperiesTest()
|
static void |
main(String[] args)
The main program for the Study3TestBase 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 |
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 |
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 |
testOperationCreateDerivedVariable()
A Test of the operation CreateDerivedVariable(String name,String label,String comment,String expression) |
void |
testOperationGetDerivedVariables()
A Test of the operation GetDerivedVariables() |
void |
testOperationVarlist()
A Test of the operation Varlist(String condition,Collection variables,Boolean details,Collection weights,String format,String filter) General Variable Information |
| 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 Study3Home __home
| Constructor Detail |
|---|
public Study3TestBase(String testName)
testName - | Method Detail |
|---|
public static Study3Home 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 testAttributeComment()
throws Exception
Exception
public void testAttributeLabel()
throws Exception
Exception
public void testAttributeCreationDate()
throws Exception
Exception
public void testHomeOperationFindByKey()
throws Exception
Exception
public void testHomeOperationFindAll()
throws Exception
Exception
public void testOperationVarlist()
throws Exception
Exception
public void testOperationCorrelation()
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.
Exception
public void testOperationCreateDerivedVariable()
throws Exception
Create 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.
Exception
public void testOperationGetDerivedVariables()
throws Exception
Return a (possibly empty) collection of derived variables linked to this study and visible to the current user according to the current access control policy.
Exception
|
Nesstar SDK | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||