Uses of Interface
io.quarkus.test.common.IntegrationTestStartedNotifier.Result
Packages that use IntegrationTestStartedNotifier.Result
-
Uses of IntegrationTestStartedNotifier.Result in io.quarkus.test.common
Classes in io.quarkus.test.common that implement IntegrationTestStartedNotifier.ResultModifier and TypeClassDescriptionstatic final classMethods in io.quarkus.test.common that return IntegrationTestStartedNotifier.ResultModifier and TypeMethodDescriptionIntegrationTestStartedNotifier.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 to indicate that the application has started.Methods in io.quarkus.test.common that return types with arguments of type IntegrationTestStartedNotifier.ResultModifier and TypeMethodDescription(package private) static Function<IntegrationTestStartedNotifier.Context,IntegrationTestStartedNotifier.Result> LauncherUtil.createStartedFunction()Method parameters in io.quarkus.test.common with type arguments of type IntegrationTestStartedNotifier.ResultModifier and TypeMethodDescription(package private) static IntegrationTestStartedNotifier.ResultLauncherUtil.waitForStartedFunction(Function<IntegrationTestStartedNotifier.Context, IntegrationTestStartedNotifier.Result> startedFunction, Process quarkusProcess, long waitTimeSeconds, Path logFile) Waits for to indicate that the application has started.