|
|||||||||
| 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.StudyTestBase
public class StudyTestBase
A Base Test class for Study.java Automatically generated from ARGO/UML
| Field Summary | |
|---|---|
static StudyHome |
__home
|
| Constructor Summary | |
|---|---|
StudyTestBase(String testName)
Constructor for the StudyTestBase object |
|
| Method Summary | |
|---|---|
static junit.framework.Test |
getAssociationTest()
|
static junit.framework.Test |
getAttributesTest()
|
static StudyHome |
getHome()
|
static junit.framework.Test |
getMethodsTest()
|
static junit.framework.Test |
getProperiesTest()
|
static void |
main(String[] args)
The main program for the StudyTestBase class |
static junit.framework.Test |
suite()
Return the suite of all tests of this class |
void |
testAssociationCubes()
A Test of the attribute cubes as collection of Cube |
void |
testAssociationFactsheets()
A Test of the attribute factsheets as collection of Factsheet |
void |
testAssociationFiles()
A Test of the attribute files as collection of Datafile |
void |
testAssociationSections()
A Test of the attribute sections as collection of Section |
void |
testAssociationSeries()
A Test of the attribute series of type Series |
void |
testAssociationTables()
A Test of the attribute tables as collection of Table |
void |
testAssociationVariables()
A Test of the attribute variables as collection of Variable |
void |
testAttributeAccessPlace()
A Test of the attribute accessPlace |
void |
testAttributeAnalyticUnit()
A Test of the attribute analyticUnit |
void |
testAttributeCollectionEnd()
A Test of the attribute CollectionEnd |
void |
testAttributeCollectionStart()
A Test of the attribute CollectionStart |
void |
testAttributeComment()
A test on Comment |
void |
testAttributeCountryCode()
A Test of the attribute CountryCode |
void |
testAttributeCreationDate()
A test on CreationDate |
void |
testAttributeDataCollector()
A Test of the attribute DataCollector |
void |
testAttributeDocAltTitl()
A Test of the attribute docAltTitl |
void |
testAttributeDocAuthEntity()
A Test of the attribute DocAuthEntity |
void |
testAttributeDocBiblCit()
A Test of the attribute DocBiblCit |
void |
testAttributeDocCopyright()
A Test of the attribute DocCopyright |
void |
testAttributeDocEngTitle()
A Test of the attribute DocEngTitle |
void |
testAttributeDocProdDate()
A Test of the attribute DocProdDate |
void |
testAttributeDocProducer()
A Test of the attribute DocProducer |
void |
testAttributeDocTitle()
A Test of the attribute DocTitle |
void |
testAttributeEngWeight()
A Test of the attribute EngWeight |
void |
testAttributeKeywords()
A Test of the attribute Keywords |
void |
testAttributeLabel()
A test on Label |
void |
testAttributeNation()
A Test of the attribute Nation |
void |
testAttributeNumCubes()
A Test of the attribute numCubes |
void |
testAttributePeriodEnd()
A Test of the attribute PeriodEnd |
void |
testAttributePeriodStart()
A Test of the attribute PeriodStart |
void |
testAttributeRelated()
A Test of the attribute Related |
void |
testAttributeSeriesName()
A Test of the attribute SeriesName |
void |
testAttributeStdyAltTitl()
A Test of the attribute stdyAltTitl |
void |
testAttributeStdyAuthEntity()
A Test of the attribute StdyAuthEntity |
void |
testAttributeStdyContact()
A Test of the attribute stdyContact |
void |
testAttributeStdyContactAffiliation()
A Test of the attribute stdyContactAffiliation |
void |
testAttributeStdyContactEmail()
A Test of the attribute stdyContactEmail |
void |
testAttributeStdyContributor()
A Test of the attribute stdyContributor |
void |
testAttributeStdyCopyright()
A Test of the attribute StdyCopyright |
void |
testAttributeStdyDataAppraisal()
A Test of the attribute stdyDataAppraisal |
void |
testAttributeStdyDataCollFreq()
A Test of the attribute stdyDataCollFreq |
void |
testAttributeStdyDepDate()
A Test of the attribute StdyDepDate |
void |
testAttributeStdyID()
A Test of the attribute StdyID |
void |
testAttributeStdyParTitl()
A Test of the attribute StdyParTitl |
void |
testAttributeStdyProdAgency()
A Test of the attribute StdyProdAgency |
void |
testAttributeStdyProdDate()
A Test of the attribute StdyProdDate |
void |
testAttributeStdyProducer()
A Test of the attribute StdyProducer |
void |
testAttributeStdyProducerAbbr()
A Test of the attribute stdyProducerAbbr |
void |
testAttributeStdyStatus()
A Test of the attribute stdyStatus |
void |
testAttributeStdyVersion()
A Test of the attribute StdyVersion |
void |
testAttributeStdyVersionDate()
A Test of the attribute stdyVersionDate |
void |
testAttributeStdyVersionNotes()
A Test of the attribute stdyVersionNotes |
void |
testAttributeStdyVersionResponsibility()
A Test of the attribute stdyVersionResponsibility |
void |
testAttributeStdyVersionType()
A Test of the attribute stdyVersionType |
void |
testAttributeTopics()
A Test of the attribute Topics |
void |
testAttributeUniverse()
A Test of the attribute universe |
void |
testAttributeWeight()
A Test of the attribute Weight |
void |
testHomeOperationAddStudy()
A Test of the Home operation addStudy(File file) |
void |
testHomeOperationCreate()
A Test of the Home operation create(File file) |
void |
testHomeOperationFindAll()
A test on the home operation findAll(String id) |
void |
testHomeOperationFindByKey()
A test on the home operation findByKey(String id) |
void |
testOperationGetWeightVariables()
A Test of the operation GetWeightVariables() |
void |
testOperationRangeQuery()
A Test of the operation RangeQuery(String query,Integer startFrom,Integer maxHits,Boolean withPath) |
| 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 StudyHome __home
| Constructor Detail |
|---|
public StudyTestBase(String testName)
testName - | Method Detail |
|---|
public static StudyHome 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 testAttributeCollectionEnd()
throws Exception
Contains the end date of when the data was collected.
Exception
public void testAttributeCollectionStart()
throws Exception
Contains the start date of when the data was collected.
Exception
public void testAttributeDocProdDate()
throws Exception
Date the data/documentation was produced (not archived).
Exception
public void testAttributePeriodEnd()
throws Exception
The end date of the time period to which the data refer.
Exception
public void testAttributePeriodStart()
throws Exception
The start date of the time period to which the data refer.
Exception
public void testAttributeStdyDepDate()
throws Exception
Date that the data/documentation was deposited with the archive that originally received it.
Exception
public void testAttributeStdyProdDate()
throws Exception
Date of production of study
Exception
public void testAttributeAccessPlace()
throws Exception
Represents ...
Exception
public void testAttributeAnalyticUnit()
throws Exception
Analytic Unit eg household, family, individual
Exception
public void testAttributeCountryCode()
throws Exception
ISO 3166 Code of the country
Exception
public void testAttributeDataCollector()
throws Exception
Collector of data
Exception
public void testAttributeDocAuthEntity()
throws Exception
Author
Exception
public void testAttributeDocBiblCit()
throws Exception
Bibliographic citation for document
Exception
public void testAttributeDocCopyright()
throws Exception
Copyright statement for document
Exception
public void testAttributeDocEngTitle()
throws Exception
English translation of title
Exception
public void testAttributeDocProducer()
throws Exception
Producer of Document
Exception
public void testAttributeDocTitle()
throws Exception
Title of document (original language)
Exception
public void testAttributeEngWeight()
throws Exception
English translation of Weight.
Exception
public void testAttributeKeywords()
throws Exception
list of keywords
Exception
public void testAttributeRelated()
throws Exception
Related material
Exception
public void testAttributeSeriesName()
throws Exception
Name of series, if applicable
Exception
public void testAttributeStdyAuthEntity()
throws Exception
Author of study
Exception
public void testAttributeStdyCopyright()
throws Exception
Copyright Statement of Study
Exception
public void testAttributeStdyID()
throws Exception
ID of the study
Exception
public void testAttributeStdyProdAgency()
throws Exception
Producer Code
Exception
public void testAttributeStdyProducer()
throws Exception
producer
Exception
public void testAttributeStdyVersion()
throws Exception
File History information
Exception
public void testAttributeTopics()
throws Exception
Topics covered
Exception
public void testAttributeUniverse()
throws Exception
Description of population
Exception
public void testAttributeWeight()
throws Exception
Full description of use of weights in study
Exception
public void testAttributeNumCubes()
throws Exception
Number of cubes
Exception
public void testAttributeStdyParTitl()
throws Exception
Parallel Title: Title translated into another language.
Exception
public void testAttributeNation()
throws Exception
Indicates the country or countries covered in the file.
Exception
public void testAttributeStdyVersionNotes()
throws Exception
Also known as release or edition. If there have been substantive changes to the data/documentation/variable since its creation, this statement should be used.
Exception
public void testAttributeStdyContributor()
throws Exception
Give statements of responsibility not recorded in the title and statement of responsibility area.
Exception
public void testAttributeStdyStatus()
throws Exception
Generally used to give the data archive's class or study status number, which indicates the processing status of the study.
Exception
public void testAttributeStdyProducerAbbr()
throws Exception
Exception
public void testAttributeStdyDataAppraisal()
throws Exception
Exception
public void testAttributeStdyContactAffiliation()
throws Exception
Exception
public void testAttributeStdyContactEmail()
throws Exception
Exception
public void testAttributeStdyDataCollFreq()
throws Exception
Exception
public void testAttributeStdyVersionDate()
throws Exception
Exception
public void testAttributeStdyVersionType()
throws Exception
Exception
public void testAttributeStdyVersionResponsibility()
throws Exception
Exception
public void testAttributeStdyContact()
throws Exception
Exception
public void testAttributeStdyAltTitl()
throws Exception
The alternative title may be the title by which a data collection is commonly referred or it may be an abbreviation for the title.
Exception
public void testAttributeDocAltTitl()
throws Exception
The alternative title may be the title by which a data collection is commonly referred or it may be an abbreviation for the title.
Exception
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 testHomeOperationCreate()
throws Exception
Exception
public void testHomeOperationAddStudy()
throws Exception
Exception
public void testOperationGetWeightVariables()
throws Exception
Exception
public void testOperationRangeQuery()
throws Exception
Exception
public void testAssociationSeries()
throws Exception
Exception
public void testAssociationFiles()
throws Exception
Exception
public void testAssociationCubes()
throws Exception
Exception
public void testAssociationFactsheets()
throws Exception
Exception
public void testAssociationTables()
throws Exception
Exception
public void testAssociationVariables()
throws Exception
Exception
public void testAssociationSections()
throws Exception
Exception
|
Nesstar SDK | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||