Uses of Interface
io.quarkus.test.common.IntegrationTestStartedNotifier.Result
-
Packages that use IntegrationTestStartedNotifier.Result Package Description io.quarkus.test.common -
-
Uses of IntegrationTestStartedNotifier.Result in io.quarkus.test.common
Classes in io.quarkus.test.common that implement IntegrationTestStartedNotifier.Result Modifier and Type Class Description static classIntegrationTestStartedNotifier.Result.NotStartedMethods in io.quarkus.test.common that return IntegrationTestStartedNotifier.Result Modifier and Type Method Description IntegrationTestStartedNotifier.ResultIntegrationTestStartedNotifier. check(IntegrationTestStartedNotifier.Context context)This method is called periodically by Quarkus to determine whether or not the application has started.(package private) static IntegrationTestStartedNotifier.ResultLauncherUtil. waitForStartedFunction(Function<IntegrationTestStartedNotifier.Context,IntegrationTestStartedNotifier.Result> startedFunction, Process quarkusProcess, long waitTimeSeconds, Path logFile)Waits for {@param startedFunction} to indicate that the application has started.Methods in io.quarkus.test.common that return types with arguments of type IntegrationTestStartedNotifier.Result Modifier and Type Method Description (package private) static Function<IntegrationTestStartedNotifier.Context,IntegrationTestStartedNotifier.Result>LauncherUtil. createStartedFunction()Method parameters in io.quarkus.test.common with type arguments of type IntegrationTestStartedNotifier.Result Modifier and Type Method Description (package private) static IntegrationTestStartedNotifier.ResultLauncherUtil. waitForStartedFunction(Function<IntegrationTestStartedNotifier.Context,IntegrationTestStartedNotifier.Result> startedFunction, Process quarkusProcess, long waitTimeSeconds, Path logFile)Waits for {@param startedFunction} to indicate that the application has started.
-