Uses of Interface
io.quarkus.test.common.IntegrationTestStartedNotifier.Context
Packages that use IntegrationTestStartedNotifier.Context
-
Uses of IntegrationTestStartedNotifier.Context in io.quarkus.test.common
Methods in io.quarkus.test.common that return types with arguments of type IntegrationTestStartedNotifier.ContextModifier and TypeMethodDescription(package private) static Function<IntegrationTestStartedNotifier.Context,IntegrationTestStartedNotifier.Result> LauncherUtil.createStartedFunction()Methods in io.quarkus.test.common with parameters of type IntegrationTestStartedNotifier.ContextModifier and TypeMethodDescriptionIntegrationTestStartedNotifier.check(IntegrationTestStartedNotifier.Context context) This method is called periodically by Quarkus to determine whether or not the application has started.Method parameters in io.quarkus.test.common with type arguments of type IntegrationTestStartedNotifier.ContextModifier 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.