Package io.quarkus.test.bootstrap
Class ServiceContext
- java.lang.Object
-
- io.quarkus.test.bootstrap.ServiceContext
-
public final class ServiceContext extends Object
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedServiceContext(Service owner, org.junit.jupiter.api.extension.ExtensionContext testContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> Tget(String key)StringgetName()ServicegetOwner()PathgetServiceFolder()org.junit.jupiter.api.extension.ExtensionContextgetTestContext()voidput(String key, Object value)
-
-
-
Constructor Detail
-
ServiceContext
protected ServiceContext(Service owner, org.junit.jupiter.api.extension.ExtensionContext testContext)
-
-