Class CheckClearSchemaListener

java.lang.Object
org.hibernate.testing.schema.CheckClearSchemaListener
All Implemented Interfaces:
org.junit.platform.launcher.LauncherSessionListener

public class CheckClearSchemaListener extends Object implements org.junit.platform.launcher.LauncherSessionListener
This listener should be called before the discovery request is sent to the test engines.

Note, it is on purpose not registered as a service within the hibernate-testing (i.e. in META-INF/services of this jar). This is to prevent this listener be invoked by non Hibernate ORM users of the hibernate-testing lib.

See also ...

  • Field Summary

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

    NOOP
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    launcherSessionOpened(org.junit.platform.launcher.LauncherSession session)
     

    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.LauncherSessionListener

    launcherSessionClosed
  • Constructor Details

    • CheckClearSchemaListener

      public CheckClearSchemaListener()
  • Method Details

    • launcherSessionOpened

      public void launcherSessionOpened(org.junit.platform.launcher.LauncherSession session)
      Specified by:
      launcherSessionOpened in interface org.junit.platform.launcher.LauncherSessionListener