Interface QuarkusTestBeforeClassCallback


public interface QuarkusTestBeforeClassCallback
Can be implemented by classes that shall be called once for each @QuarkusTest class before any test methods are executed.

The implementing class has to be deployed as service provider on the class path.

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    beforeClass(Class<?> testClass)
     
  • Method Details

    • beforeClass

      void beforeClass(Class<?> testClass)