Class InfinispanServerTestListener
java.lang.Object
org.infinispan.server.test.junit5.InfinispanServerTestListener
- All Implemented Interfaces:
org.junit.platform.launcher.TestExecutionListener
public class InfinispanServerTestListener
extends Object
implements org.junit.platform.launcher.TestExecutionListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidtestPlanExecutionFinished(org.junit.platform.launcher.TestPlan testPlan) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.junit.platform.launcher.TestExecutionListener
dynamicTestRegistered, executionFinished, executionSkipped, executionStarted, reportingEntryPublished, testPlanExecutionStarted
-
Constructor Details
-
InfinispanServerTestListener
public InfinispanServerTestListener()
-
-
Method Details
-
testPlanExecutionFinished
public void testPlanExecutionFinished(org.junit.platform.launcher.TestPlan testPlan) - Specified by:
testPlanExecutionFinishedin interfaceorg.junit.platform.launcher.TestExecutionListener
-