Uses of Class
javolution.testing.TestSuite

Packages that use TestSuite
javolution.testing Provides classes and interfaces to facilitate all aspects of testing including unit tests, performance, regression, etc. 
 

Uses of TestSuite in javolution.testing
 

Methods in javolution.testing with parameters of type TestSuite
protected  void TestContext.doRun(TestSuite testSuite)
          Executes the specified test suite and logs the results.
protected  void JUnitContext.doRun(TestSuite testSuite)
           
static void TestContext.run(TestSuite testSuite)
          Executes the specified test suite and logs the results to the current test context.
 



Copyright © 2005-2010 Javolution. All Rights Reserved.