Class ThreadOverviewRunListener
- java.lang.Object
-
- org.junit.runner.notification.RunListener
-
- de.hybris.platform.testframework.runlistener.ThreadOverviewRunListener
-
public class ThreadOverviewRunListener extends org.junit.runner.notification.RunListenerGets the thread count before and after a test class. If the thread count rises, the new threads are written to the log.
-
-
Constructor Summary
Constructors Constructor Description ThreadOverviewRunListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestRunFinished(org.junit.runner.Result result)voidtestRunStarted(org.junit.runner.Description description)
-
-
-
Method Detail
-
testRunStarted
public void testRunStarted(org.junit.runner.Description description) throws java.lang.Exception- Overrides:
testRunStartedin classorg.junit.runner.notification.RunListener- Throws:
java.lang.Exception
-
testRunFinished
public void testRunFinished(org.junit.runner.Result result) throws java.lang.Exception- Overrides:
testRunFinishedin classorg.junit.runner.notification.RunListener- Throws:
java.lang.Exception
-
-