Uses of Class
javolution.testing.TestCase

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

Uses of TestCase in javolution.testing
 

Methods in javolution.testing that return TestCase
protected  TestCase TestSuite.addTest(TestCase testCase)
          Adds the specified test case to this test suite.
 TestCase TestCase.ignore(boolean isIgnored)
          Selects whether or not this test case should be ignored.
 

Methods in javolution.testing that return types with arguments of type TestCase
 List<TestCase> TestSuite.tests()
          Returns the collection of test cases belonging to this test suite.
 

Methods in javolution.testing with parameters of type TestCase
protected  TestCase TestSuite.addTest(TestCase testCase)
          Adds the specified test case to this test suite.
protected  void JUnitContext.doRun(TestCase testCase)
           
protected  void TestContext.doRun(TestCase testCase)
          Executes the specified test case and logs the results.
protected  void TimeContext.doRun(TestCase testCase)
          Benchmarks the specified test case and logs the results.
static void TestContext.run(TestCase testCase)
          Executes the specified test case and logs the results to the current test context.
 



Copyright © 2005-2012 Javolution. All Rights Reserved.