Class ClassLoaderOverviewRunListener
- java.lang.Object
-
- org.junit.runner.notification.RunListener
-
- de.hybris.platform.testframework.runlistener.ClassLoaderOverviewRunListener
-
public class ClassLoaderOverviewRunListener extends org.junit.runner.notification.RunListenerThis run listener displays after each finished run of a testclass how many classes where loaded/unloaded during run of this testclass.
-
-
Constructor Summary
Constructors Constructor Description ClassLoaderOverviewRunListener()
-
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
-
-