Package io.quarkus.test.junit.callback
Interface QuarkusTestAfterTestExecutionCallback
-
public interface QuarkusTestAfterTestExecutionCallbackCan be implemented by classes that shall be called immediately after a test method in a@QuarkusTest. These callbacks run beforeQuarkusTestAfterEachCallbackcallbacks and are usually accompanied byQuarkusTestBeforeTestExecutionCallback.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 voidafterTestExecution(QuarkusTestMethodContext context)
-
-
-
Method Detail
-
afterTestExecution
void afterTestExecution(QuarkusTestMethodContext context)
-
-