public class JUnitCoreRunListener extends JUnit4RunListener
reporter
Constructor and Description |
---|
JUnitCoreRunListener(RunListener reporter,
Map<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.
|
rethrowAnyTestMechanismFailures, testAssumptionFailure, testFailure, testFinished, testIgnored, testStarted
public JUnitCoreRunListener(RunListener reporter, Map<String,TestSet> classMethodCounts)
reporter
- the report manager to log testing events toclassMethodCounts
- A map of methodspublic void testRunStarted(org.junit.runner.Description description) throws Exception
testRunStarted
in class org.junit.runner.notification.RunListener
Exception
RunListener.testRunStarted(org.junit.runner.Description)
Copyright © 2004-2012 Apache Software Foundation. All Rights Reserved.