Class ClassLoaderOverviewRunListener
java.lang.Object
org.junit.runner.notification.RunListener
de.hybris.platform.testframework.runlistener.ClassLoaderOverviewRunListener
public class ClassLoaderOverviewRunListener
extends org.junit.runner.notification.RunListener
This run listener displays after each finished run of a testclass how many classes where loaded/unloaded during run
of this testclass.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.junit.runner.notification.RunListener
org.junit.runner.notification.RunListener.ThreadSafe -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidtestRunFinished(org.junit.runner.Result result) voidtestRunStarted(org.junit.runner.Description description) Methods inherited from class org.junit.runner.notification.RunListener
testAssumptionFailure, testFailure, testFinished, testIgnored, testStarted, testSuiteFinished, testSuiteStarted
-
Constructor Details
-
ClassLoaderOverviewRunListener
public ClassLoaderOverviewRunListener()
-
-
Method Details