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 JUnitContext.doRun(TestSuite testSuite)
           
protected  void TestContext.doRun(TestSuite testSuite)
          Executes the specified test suite and logs the results.
static void TestContext.run(TestSuite testSuite)
          Executes the specified test suite and logs the results to the current test context.
 



Copyright © 2005-2012 Javolution. All Rights Reserved.