Package org.graalvm.junit.platform
Class PrintTestExecutionListener
- java.lang.Object
-
- org.graalvm.junit.platform.PrintTestExecutionListener
-
- All Implemented Interfaces:
org.junit.platform.launcher.TestExecutionListener
public class PrintTestExecutionListener extends java.lang.Object implements org.junit.platform.launcher.TestExecutionListener
-
-
Constructor Summary
Constructors Constructor Description PrintTestExecutionListener()PrintTestExecutionListener(java.io.PrintWriter out)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecutionFinished(org.junit.platform.launcher.TestIdentifier testIdentifier, org.junit.platform.engine.TestExecutionResult testExecutionResult)voidexecutionSkipped(org.junit.platform.launcher.TestIdentifier testIdentifier, java.lang.String reason)voidtestPlanExecutionStarted(org.junit.platform.launcher.TestPlan testPlan)
-
-
-
Method Detail
-
testPlanExecutionStarted
public void testPlanExecutionStarted(org.junit.platform.launcher.TestPlan testPlan)
- Specified by:
testPlanExecutionStartedin interfaceorg.junit.platform.launcher.TestExecutionListener
-
executionSkipped
public void executionSkipped(org.junit.platform.launcher.TestIdentifier testIdentifier, java.lang.String reason)- Specified by:
executionSkippedin interfaceorg.junit.platform.launcher.TestExecutionListener
-
executionFinished
public void executionFinished(org.junit.platform.launcher.TestIdentifier testIdentifier, org.junit.platform.engine.TestExecutionResult testExecutionResult)- Specified by:
executionFinishedin interfaceorg.junit.platform.launcher.TestExecutionListener
-
-