|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.junit.runner.notification.RunListener
org.apache.maven.surefire.common.junit4.JUnit4RunListener
org.apache.maven.surefire.junitcore.JUnitCoreRunListener
public class JUnitCoreRunListener
Field Summary |
---|
Fields inherited from class org.apache.maven.surefire.common.junit4.JUnit4RunListener |
---|
reporter |
Constructor Summary | |
---|---|
JUnitCoreRunListener(Reporter reporter,
java.util.Map<java.lang.String,TestSet> classMethodCounts)
|
Method Summary | |
---|---|
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. |
Methods inherited from class org.apache.maven.surefire.common.junit4.JUnit4RunListener |
---|
extractClassName, testAssumptionFailure, testFailure, testFinished, testIgnored, testStarted |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JUnitCoreRunListener(Reporter reporter, java.util.Map<java.lang.String,TestSet> classMethodCounts)
reporter
- the report manager to log testing events toclassMethodCounts
- A map of methodsMethod Detail |
---|
public void testRunStarted(org.junit.runner.Description description) throws java.lang.Exception
testRunStarted
in class org.junit.runner.notification.RunListener
java.lang.Exception
RunListener.testRunStarted(org.junit.runner.Description)
public void testRunFinished(org.junit.runner.Result result) throws java.lang.Exception
testRunFinished
in class org.junit.runner.notification.RunListener
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |