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

    • Constructor Detail

      • CheckClearSchemaListener

        public CheckClearSchemaListener()
    • Method Detail

      • launcherSessionOpened

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