org.knopflerfish.service.junit
public interface JUnitResult
| Modifier and Type | Method and Description |
|---|---|
junit.framework.Test |
getParentTest()
Returns the parent test, e.g.
|
junit.framework.TestResult |
getResult()
Returns the JUnit TestResult
|
junit.framework.TestSuite |
getTestSuite()
Returns the test suite that produced this test result
|
junit.framework.TestResult getResult()
junit.framework.TestSuite getTestSuite()
junit.framework.Test getParentTest()