Package io.quarkus.test.junit.callback
Interface QuarkusTestBeforeClassCallback
-
public interface QuarkusTestBeforeClassCallbackCan be implemented by classes that shall be called once for each@QuarkusTestclass before any test methods are executed.The implementing class has to be deployed as service provider on the class path.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidbeforeClass(Class<?> testClass)
-
-
-
Method Detail
-
beforeClass
void beforeClass(Class<?> testClass)
-
-