Package io.quarkus.test.junit.callback
Interface QuarkusTestBeforeTestExecutionCallback
-
public interface QuarkusTestBeforeTestExecutionCallbackCan be implemented by classes that shall be called right before a test method in a@QuarkusTest. These callbacks run afterQuarkusTestBeforeEachCallbackcallbacks and are usually accompanied byQuarkusTestAfterTestExecutionCallback.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 voidbeforeTestExecution(QuarkusTestMethodContext context)
-
-
-
Method Detail
-
beforeTestExecution
void beforeTestExecution(QuarkusTestMethodContext context)
-
-