|
|||||||||
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.Study2TestBase
public class Study2TestBase
A Base Test class for Study2.java Automatically generated from ARGO/UML
Field Summary | |
---|---|
static Study2Home |
__home
|
Constructor Summary | |
---|---|
Study2TestBase(String testName)
Constructor for the Study2TestBase object |
Method Summary | |
---|---|
static junit.framework.Test |
getAssociationTest()
|
static junit.framework.Test |
getAttributesTest()
|
static Study2Home |
getHome()
|
static junit.framework.Test |
getMethodsTest()
|
static junit.framework.Test |
getProperiesTest()
|
static void |
main(String[] args)
The main program for the Study2TestBase class |
static junit.framework.Test |
suite()
Return the suite of all tests of this class |
void |
testAssociationRelatedMaterials()
A Test of the attribute relatedMaterials as collection of EGMSResource |
void |
testAssociationStudyDistributors()
A Test of the attribute studyDistributors as collection of Organisation |
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 |
testOperationBreakdown()
A Test of the operation Breakdown(String condition,nesstar.api.faster.Variable dependent,nesstar.api.faster.Variable independent,Collection weights,String format,String filter) |
void |
testOperationDatalist()
A Test of the operation Datalist(String condition,String unique,Collection variables,Collection weights,String format,String filter) |
void |
testOperationDescriptive()
A Test of the operation Descriptive(String condition,Boolean polygon,Collection variables,Collection weights,String format,String filter) |
void |
testOperationDownload()
A Test of the operation Download(String variables,String cases,String format) |
void |
testOperationFrequency()
A Test of the operation Frequency(String condition,nesstar.api.faster.Variable variable,Collection weights,String format,String filter,Boolean addEmptyCategories) |
void |
testOperationGFrequency()
A Test of the operation GFrequency(String condition,Collection variables,Collection weights,String format,String filter) |
void |
testOperationMultipleRegression()
A Test of the operation MultipleRegression(String condition,nesstar.api.faster.Variable dependent,Collection independent,String method,String missing,Collection weights,Double pin,Double pout,String format,String filter) |
void |
testOperationPathsTo()
A Test of the operation PathsTo(RDFObject to) |
void |
testOperationTabulation()
A Test of the operation Tabulation(String condition,Collection variables,Collection weights,String format,String filter) |
void |
testOperationXBreak()
A Test of the operation XBreak(String condition,Collection variables,Collection weights,String format,String filter) |
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 Study2Home __home
Constructor Detail |
---|
public Study2TestBase(String testName)
testName
- Method Detail |
---|
public static Study2Home 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
Exception
public 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 testOperationDescriptive() throws Exception
Exception
public void testOperationDatalist() throws Exception
Exception
public void testOperationFrequency() throws Exception
Exception
public void testOperationGFrequency() throws Exception
Exception
public void testOperationBreakdown() throws Exception
Exception
public void testOperationMultipleRegression() throws Exception
Exception
public void testOperationTabulation() throws Exception
Exception
public void testOperationXBreak() throws Exception
Exception
public void testOperationPathsTo() throws Exception
Return a list of paths that lead from the study to the 'to' object. A path is a sequence of property traversals. For example .sections[2].variables[3] is a path that leads from the study to the third variable of the second study's section.
Exception
public void testOperationDownload() throws Exception
Exception
public void testAssociationRelatedMaterials() throws Exception
Exception
public void testAssociationStudyDistributors() throws Exception
Exception
|
Nesstar SDK | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |