public class JUnitCoreRunListener extends JUnit4RunListener
reporter| Constructor and Description |
|---|
JUnitCoreRunListener(Reporter reporter,
java.util.Map<java.lang.String,TestSet> classMethodCounts) |
| Modifier and Type | Method and Description |
|---|---|
void |
testRunFinished(org.junit.runner.Result result) |
void |
testRunStarted(org.junit.runner.Description description)
Called right before any tests from a specific class are run.
|
extractClassName, testAssumptionFailure, testFailure, testFinished, testIgnored, testStartedpublic void testRunStarted(org.junit.runner.Description description)
throws java.lang.Exception
testRunStarted in class org.junit.runner.notification.RunListenerjava.lang.ExceptionRunListener.testRunStarted(org.junit.runner.Description)public void testRunFinished(org.junit.runner.Result result)
throws java.lang.Exception
testRunFinished in class org.junit.runner.notification.RunListenerjava.lang.ExceptionCopyright © 2004-2016 The Apache Software Foundation. All Rights Reserved.