Uses of Interface
io.quarkus.test.bootstrap.Service
-
Packages that use Service Package Description io.quarkus.test.bootstrap io.quarkus.test.logging io.quarkus.test.utils -
-
Uses of Service in io.quarkus.test.bootstrap
Classes in io.quarkus.test.bootstrap with type parameters of type Service Modifier and Type Class Description classBaseService<T extends Service>Classes in io.quarkus.test.bootstrap that implement Service Modifier and Type Class Description classBaseService<T extends Service>classDefaultServiceclassDevModeQuarkusServiceclassRestServiceMethods in io.quarkus.test.bootstrap that return Service Modifier and Type Method Description ServiceServiceContext. getOwner()ServiceService. withProperty(String key, String value)Methods in io.quarkus.test.bootstrap with parameters of type Service Modifier and Type Method Description voidAction. handle(Service service)default voidExtensionBootstrap. onServiceLaunch(ScenarioContext context, Service service)Constructors in io.quarkus.test.bootstrap with parameters of type Service Constructor Description ServiceContext(Service owner, ScenarioContext scenarioContext) -
Uses of Service in io.quarkus.test.logging
Methods in io.quarkus.test.logging with parameters of type Service Modifier and Type Method Description static voidLog. debug(Service service, String msg, Object... args)static voidLog. error(Service service, String msg, Object... args)static voidLog. info(Service service, String msg, Object... args)static voidLog. warn(Service service, String msg, Object... args)Constructors in io.quarkus.test.logging with parameters of type Service Constructor Description FileServiceLoggingHandler(Service context, File input)ServiceLoggingHandler(Service service) -
Uses of Service in io.quarkus.test.utils
Methods in io.quarkus.test.utils with parameters of type Service Modifier and Type Method Description AwaitilityUtils.AwaitilitySettingsAwaitilityUtils.AwaitilitySettings. withService(Service service)Constructors in io.quarkus.test.utils with parameters of type Service Constructor Description LogsVerifier(Service service)QuarkusLogsVerifier(Service service)
-