public class TestRunListener
extends org.junit.runner.notification.RunListener
| Constructor and Description |
|---|
TestRunListener() |
| Modifier and Type | Method and Description |
|---|---|
TestsRunResult |
getTestsRunResult() |
TestsRunResult |
getTestsRunResult(String category) |
void |
testFailure(org.junit.runner.notification.Failure failure) |
void |
testRunFinished(org.junit.runner.Result result) |
void |
testRunStarted(org.junit.runner.Description description) |
void |
testStarted(org.junit.runner.Description description) |
public void testRunStarted(org.junit.runner.Description description)
throws Exception
testRunStarted in class org.junit.runner.notification.RunListenerExceptionpublic void testStarted(org.junit.runner.Description description)
throws Exception
testStarted in class org.junit.runner.notification.RunListenerExceptionpublic void testFailure(org.junit.runner.notification.Failure failure)
throws Exception
testFailure in class org.junit.runner.notification.RunListenerExceptionpublic TestsRunResult getTestsRunResult()
public TestsRunResult getTestsRunResult(String category)
Copyright © 2014–2019. All rights reserved.