Class DevModeQuarkusService

  • All Implemented Interfaces:
    Service, org.junit.jupiter.api.extension.ExtensionContext.Store.CloseableResource

    public class DevModeQuarkusService
    extends RestService
    • Constructor Detail

      • DevModeQuarkusService

        public DevModeQuarkusService()
    • Method Detail

      • enableContinuousTesting

        public DevModeQuarkusService enableContinuousTesting()
        Enables continuous testing if and only if it wasn't enabled already (no matter what the current state is) and there are no tests to run or all tests are passing. Logic required for second re-enabling of continuous testing is more robust, and we don't really need it. Same goes for scenario when testing is enabled and tests fail.
        Returns:
        DevModeQuarkusService
      • copyFile

        public void copyFile​(String file,
                             String target)