Package nl.vpro.util

Class ThreadPoolShutdowner

java.lang.Object
nl.vpro.util.ThreadPoolShutdowner
All Implemented Interfaces:
org.junit.platform.launcher.TestExecutionListener

public class ThreadPoolShutdowner extends Object implements org.junit.platform.launcher.TestExecutionListener
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    testPlanExecutionFinished(org.junit.platform.launcher.TestPlan testPlan)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.junit.platform.launcher.TestExecutionListener

    dynamicTestRegistered, executionFinished, executionSkipped, executionStarted, reportingEntryPublished, testPlanExecutionStarted
  • Constructor Details

    • ThreadPoolShutdowner

      public ThreadPoolShutdowner()
  • Method Details

    • testPlanExecutionFinished

      public void testPlanExecutionFinished(org.junit.platform.launcher.TestPlan testPlan)
      Specified by:
      testPlanExecutionFinished in interface org.junit.platform.launcher.TestExecutionListener