Uses of Class
io.quarkus.test.bootstrap.ServiceContext
-
-
Uses of ServiceContext in io.quarkus.test.bootstrap
Methods in io.quarkus.test.bootstrap that return ServiceContext Modifier and Type Method Description ServiceContextBaseService. register(String serviceName, org.junit.jupiter.api.extension.ExtensionContext testContext)ServiceContextService. register(String serviceName, org.junit.jupiter.api.extension.ExtensionContext testContext)Methods in io.quarkus.test.bootstrap with parameters of type ServiceContext Modifier and Type Method Description ManagedResourceManagedResourceBuilder. build(ServiceContext context)Build the resource using the service context.default voidExtensionBootstrap. updateServiceContext(ServiceContext context) -
Uses of ServiceContext in io.quarkus.test.configuration
Methods in io.quarkus.test.configuration with parameters of type ServiceContext Modifier and Type Method Description StringPropertyLookup. get(ServiceContext service) -
Uses of ServiceContext in io.quarkus.test.logging
Constructors in io.quarkus.test.logging with parameters of type ServiceContext Constructor Description FileQuarkusApplicationLoggingHandler(ServiceContext context, File input)LoggingHandler(ServiceContext context) -
Uses of ServiceContext in io.quarkus.test.services.quarkus
Methods in io.quarkus.test.services.quarkus that return ServiceContext Modifier and Type Method Description protected ServiceContextQuarkusApplicationManagedResourceBuilder. getContext()Methods in io.quarkus.test.services.quarkus with parameters of type ServiceContext Modifier and Type Method Description booleanGitRepositoryQuarkusApplicationManagedResourceBinding. appliesFor(ServiceContext context)booleanQuarkusApplicationManagedResourceBinding. appliesFor(ServiceContext context)ManagedResourceDevModeQuarkusApplicationManagedResourceBuilder. build(ServiceContext context)ManagedResourceGitRepositoryQuarkusApplicationManagedResourceBuilder. build(ServiceContext context)ManagedResourceProdQuarkusApplicationManagedResourceBuilder. build(ServiceContext context)protected voidQuarkusApplicationManagedResourceBuilder. setContext(ServiceContext context) -
Uses of ServiceContext in io.quarkus.test.services.quarkus.model
Methods in io.quarkus.test.services.quarkus.model with parameters of type ServiceContext Modifier and Type Method Description static booleanQuarkusProperties. isJvmPackageType(ServiceContext context)static booleanQuarkusProperties. isLegacyJarPackageType(ServiceContext context)static booleanQuarkusProperties. isNativePackageType(ServiceContext context) -
Uses of ServiceContext in io.quarkus.test.utils
Methods in io.quarkus.test.utils with parameters of type ServiceContext Modifier and Type Method Description static List<String>MavenUtils. mvnCommand(ServiceContext serviceContext)
-