Class CustomLauncherInterceptor

java.lang.Object
io.quarkus.test.junit.launcher.CustomLauncherInterceptor
All Implemented Interfaces:
org.junit.platform.engine.EngineDiscoveryListener, org.junit.platform.launcher.LauncherDiscoveryListener, org.junit.platform.launcher.LauncherInterceptor

public class CustomLauncherInterceptor extends Object implements org.junit.platform.launcher.LauncherDiscoveryListener, org.junit.platform.launcher.LauncherInterceptor
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.junit.platform.launcher.LauncherInterceptor

    org.junit.platform.launcher.LauncherInterceptor.Invocation<T>
  • Field Summary

    Fields inherited from interface org.junit.platform.launcher.LauncherDiscoveryListener

    NOOP
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    <T> T
    intercept(org.junit.platform.launcher.LauncherInterceptor.Invocation<T> invocation)
     
    void
    launcherDiscoveryFinished(org.junit.platform.launcher.LauncherDiscoveryRequest request)
     
    void
    launcherDiscoveryStarted(org.junit.platform.launcher.LauncherDiscoveryRequest request)
     

    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.engine.EngineDiscoveryListener

    selectorProcessed

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

    engineDiscoveryFinished, engineDiscoveryStarted
  • Constructor Details

    • CustomLauncherInterceptor

      public CustomLauncherInterceptor()
  • Method Details

    • intercept

      public <T> T intercept(org.junit.platform.launcher.LauncherInterceptor.Invocation<T> invocation)
      Specified by:
      intercept in interface org.junit.platform.launcher.LauncherInterceptor
    • launcherDiscoveryStarted

      public void launcherDiscoveryStarted(org.junit.platform.launcher.LauncherDiscoveryRequest request)
      Specified by:
      launcherDiscoveryStarted in interface org.junit.platform.launcher.LauncherDiscoveryListener
    • launcherDiscoveryFinished

      public void launcherDiscoveryFinished(org.junit.platform.launcher.LauncherDiscoveryRequest request)
      Specified by:
      launcherDiscoveryFinished in interface org.junit.platform.launcher.LauncherDiscoveryListener
    • close

      public void close()
      Specified by:
      close in interface org.junit.platform.launcher.LauncherInterceptor