Package de.hybris.platform.hac.facade
Class ThreadDumpCollectorTest
- java.lang.Object
-
- de.hybris.platform.hac.facade.ThreadDumpCollectorTest
-
@UnitTest public class ThreadDumpCollectorTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ThreadDumpCollectorTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestRerunStopCollecting()voidtestRunTotalDumps()voidtestStartCollectingAfterStop()voidtestStartCollectingWithoutStop()voidtestStopCollectionWithoutStart()
-
-
-
Method Detail
-
testStopCollectionWithoutStart
public void testStopCollectionWithoutStart() throws java.lang.Exception- Throws:
java.lang.Exception
-
testRunTotalDumps
public void testRunTotalDumps() throws java.lang.Exception- Throws:
java.lang.Exception
-
testRerunStopCollecting
public void testRerunStopCollecting() throws java.lang.Exception- Throws:
java.lang.Exception
-
testStartCollectingWithoutStop
public void testStartCollectingWithoutStop() throws java.lang.Exception- Throws:
java.lang.Exception
-
testStartCollectingAfterStop
public void testStartCollectingAfterStop() throws java.lang.Exception- Throws:
java.lang.Exception
-
-