Package org.gusdb.wdk.model.test

Interface Summary
SanityElementI SanityElementI.java Elements to be tested as part of a sanity test.
 

Class Summary
BooleanQuestionTester BooleanQuestionTester.java WDK Testing class that creates a recursive boolean Question and prints out the Answer.
CommandHelper  
JUnitBooleanExpressionTest  
JUnitUserTest  
QueryTester  
RecordTester  
SanityModel SanityModel.java Model used in a sanity test.
SanityParam SanityParam.java Represents a parameter name and value that will be used in conjunction with a SanityQuery to run a query as part of a sanity test.
SanityQuery Object used in running a sanity test; represents a query or question in a wdk model.
SanityQueryOrQuestion Object used in running a sanity test; represents a query or question in a wdk model.
SanityQuestion Object used in running a sanity test; represents a query or question in a wdk model.
SanityRecord SanityRecord.java Object used in running a sanity test; represents a record in a wdk model.
SanityTester SanityTester.java " [-project project_id]" + Main class for running the sanity tests, which is a way to test all Queries and RecordClasss in a wdk model to make sure they work as intended and their results fall within an expected range, even over the course of code base development.
SanityTestXmlParser  
SanityXmlQuestion Object used in running a sanity test; represents a query or question in a wdk model.
SummaryTester  
TestBooleanTree TestBooleanTree.java Class with static method that returns a tree of BooleanQuestionNodes containing Questions and parameter values specifically designed for the toy model.
TestDBManager  
TestUtility  
XmlQuestionTester