Class MemoryOverviewRunListener
java.lang.Object
org.junit.runner.notification.RunListener
de.hybris.platform.testframework.runlistener.MemoryOverviewRunListener
public class MemoryOverviewRunListener
extends org.junit.runner.notification.RunListener
Before and after a Test the
MemoryUsage is collected and after the test class has run the init, used and
comitted value are printed to the log. (not the max value) - also the difference before and after the test of there 3
values is given out.-
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
-
MemoryOverviewRunListener
public MemoryOverviewRunListener()
-
-
Method Details