Package cst.test

Contains all the automated test suites that are used to test the application.

See:
          Description

Class Summary
AbstractCSTTestCase
CSTTestSuite Establishes whether tested services are demonstration or production versions.
TestCaseAdminCoreData
TestCaseAdminUserManagement
TestCaseBatchLoaderFeatures
TestCaseConfigurationManager
TestCaseFilters
TestCaseImportSpreadsheetData
TestCaseSpreadsheetData
TestCaseSpreadsheetHeader
TestCaseTrialActivityModel
TestDataSet This class manages a minimal data set that can be used to test features in the application.
TestResultSorter<T>
 

Package cst.test Description

Contains all the automated test suites that are used to test the application. TestDataSet contains a collection of records which are used to test both demonstration and production versions of services.

To run all the test cases, run CSTTestSuite. You can set the value of the CSTTestSuite.USE_DEMO flag to determine whether the tests use demonstration or production versions of services.