Modifier and Type | Field and Description |
---|---|
static Result |
Result.ZERO |
Modifier and Type | Method and Description |
---|---|
static Result |
Result.add(Result... results) |
Result |
Result.add(Result that) |
static Result |
Result.from(junit.framework.TestResult tr) |
static Result |
Result.fromFailure(Result.Failure f) |
Result |
TestCaseRunner.runTestCase(String fileName)
Runs a single test case and returns the result.
|
Result |
LocalTestCaseRunner.runTestCase(String fileName) |
Result |
LocalTestCaseRunner.runTestCase(String fileName,
String methodName) |
Modifier and Type | Method and Description |
---|---|
static Result |
Result.add(Result... results) |
Result |
Result.add(Result that) |
Copyright © 2012. All Rights Reserved.