|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TestCase | |
---|---|
org.baselinetest | The core of the Baseline Test Framework. |
Uses of TestCase in org.baselinetest |
---|
Fields in org.baselinetest declared as TestCase | |
---|---|
protected TestCase |
TestFailure.fFailedTest
|
Methods in org.baselinetest that return TestCase | |
---|---|
TestCase |
TestFailure.failedTest()
Gets the failed test. |
TestCase |
TestSuite.getCurrentTestCase()
Get the current TestCase. |
TestCase |
TestCaseStep.getTestCase()
Gets the parent TestCase. |
Methods in org.baselinetest with parameters of type TestCase | |
---|---|
void |
TestSuiteResultsListener.addError(TestCase test,
java.lang.Throwable error)
|
void |
TestSuiteResultsListener.addFailure(TestCase testCase,
AssertionFailedError failure)
|
void |
TestSuite.addTestCase(TestCase testCase)
|
Constructors in org.baselinetest with parameters of type TestCase | |
---|---|
TestFailure(TestCase failedTest,
java.lang.Throwable thrownException)
Constructs a TestFailure with the given test and exception. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |