Class IsTest

java.lang.Object
io.quarkus.deployment.IsTest
All Implemented Interfaces:
BooleanSupplier

public class IsTest extends Object implements BooleanSupplier
boolean supplier that returns true if the application is running in test mode. Intended for use with BuildStep.onlyIf()
  • Constructor Details

    • IsTest

      public IsTest(io.quarkus.runtime.LaunchMode launchMode)
  • Method Details