Package | Description |
---|---|
javolution.testing |
Provides classes and interfaces to facilitate all aspects of testing including
unit tests, performance, regression, etc.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
List<TestCase> |
TestSuite.tests()
Returns the collection of test cases belonging to this test suite.
|
Modifier and Type | Method and Description |
---|---|
protected TestCase |
TestSuite.addTest(TestCase testCase)
Adds the specified test case to this test suite.
|
protected void |
TimeContext.doRun(TestCase testCase)
Benchmarks the specified test case and logs the results.
|
protected void |
TestContext.doRun(TestCase testCase)
Executes the specified test case and logs the results.
|
protected void |
JUnitContext.doRun(TestCase testCase) |
static void |
TestContext.run(TestCase testCase)
Executes the specified test case and logs the results to the current
test context.
|
Copyright © 2005–2020 Javolution. All rights reserved.