Package io.strimzi.systemtest.listeners
Class ExecutionListener
- java.lang.Object
-
- io.strimzi.systemtest.listeners.ExecutionListener
-
- All Implemented Interfaces:
org.junit.platform.launcher.TestExecutionListener
public class ExecutionListener extends Object implements org.junit.platform.launcher.TestExecutionListener
-
-
Constructor Summary
Constructors Constructor Description ExecutionListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testPlanExecutionFinished(org.junit.platform.launcher.TestPlan testPlan)
void
testPlanExecutionStarted(org.junit.platform.launcher.TestPlan testPlan)
-
-
-
Method Detail
-
testPlanExecutionStarted
public void testPlanExecutionStarted(org.junit.platform.launcher.TestPlan testPlan)
- Specified by:
testPlanExecutionStarted
in interfaceorg.junit.platform.launcher.TestExecutionListener
-
testPlanExecutionFinished
public void testPlanExecutionFinished(org.junit.platform.launcher.TestPlan testPlan)
- Specified by:
testPlanExecutionFinished
in interfaceorg.junit.platform.launcher.TestExecutionListener
-
-