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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    afterStart(io.quarkus.test.component.QuarkusComponentTestCallbacks.AfterStartContext afterStartContext)
     
    void
    afterStop(io.quarkus.test.component.QuarkusComponentTestCallbacks.AfterStopContext afterStopContext)
     
    void
    beforeBuild(io.quarkus.test.component.QuarkusComponentTestCallbacks.BeforeBuildContext buildContext)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods 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:
      beforeBuild in interface io.quarkus.test.component.QuarkusComponentTestCallbacks
    • afterStart

      public void afterStart(io.quarkus.test.component.QuarkusComponentTestCallbacks.AfterStartContext afterStartContext)
      Specified by:
      afterStart in interface io.quarkus.test.component.QuarkusComponentTestCallbacks
    • afterStop

      public void afterStop(io.quarkus.test.component.QuarkusComponentTestCallbacks.AfterStopContext afterStopContext)
      Specified by:
      afterStop in interface io.quarkus.test.component.QuarkusComponentTestCallbacks