Package io.quarkus.panache.mock.impl
Class PanacheQuarkusComponentTestCallbacks
java.lang.Object
io.quarkus.panache.mock.impl.PanacheQuarkusComponentTestCallbacks
- All Implemented Interfaces:
io.quarkus.test.component.QuarkusComponentTestCallbacks
public class PanacheQuarkusComponentTestCallbacks
extends Object
implements io.quarkus.test.component.QuarkusComponentTestCallbacks
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.quarkus.test.component.QuarkusComponentTestCallbacks
io.quarkus.test.component.QuarkusComponentTestCallbacks.AfterStartContext, io.quarkus.test.component.QuarkusComponentTestCallbacks.AfterStopContext, io.quarkus.test.component.QuarkusComponentTestCallbacks.BeforeBuildContext, io.quarkus.test.component.QuarkusComponentTestCallbacks.BeforeIndexContext, io.quarkus.test.component.QuarkusComponentTestCallbacks.BeforeStartContext, io.quarkus.test.component.QuarkusComponentTestCallbacks.ComponentTestContext -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterStart(io.quarkus.test.component.QuarkusComponentTestCallbacks.AfterStartContext afterStartContext) voidafterStop(io.quarkus.test.component.QuarkusComponentTestCallbacks.AfterStopContext afterStopContext) voidbeforeBuild(io.quarkus.test.component.QuarkusComponentTestCallbacks.BeforeBuildContext buildContext) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.quarkus.test.component.QuarkusComponentTestCallbacks
beforeIndex, beforeStart
-
Constructor Details
-
PanacheQuarkusComponentTestCallbacks
public PanacheQuarkusComponentTestCallbacks()
-
-
Method Details
-
beforeBuild
public void beforeBuild(io.quarkus.test.component.QuarkusComponentTestCallbacks.BeforeBuildContext buildContext) - Specified by:
beforeBuildin interfaceio.quarkus.test.component.QuarkusComponentTestCallbacks
-
afterStart
public void afterStart(io.quarkus.test.component.QuarkusComponentTestCallbacks.AfterStartContext afterStartContext) - Specified by:
afterStartin interfaceio.quarkus.test.component.QuarkusComponentTestCallbacks
-
afterStop
public void afterStop(io.quarkus.test.component.QuarkusComponentTestCallbacks.AfterStopContext afterStopContext) - Specified by:
afterStopin interfaceio.quarkus.test.component.QuarkusComponentTestCallbacks
-