Package org.hibernate.testing.schema
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. inMETA-INF/services
of this jar). This is to prevent this listener be invoked by non Hibernate ORM users of thehibernate-testing
lib.See also ...
-
-
Constructor Summary
Constructors Constructor Description CheckClearSchemaListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
launcherSessionOpened(org.junit.platform.launcher.LauncherSession session)
-