Package io.quarkus.test.bootstrap
Class ServiceContext
- java.lang.Object
-
- io.quarkus.test.bootstrap.ServiceContext
-
public final class ServiceContext extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> Tget(String key)StringgetName()ServicegetOwner()ScenarioContextgetScenarioContext()StringgetScenarioId()PathgetServiceFolder()TestContextgetTestContext()voidput(String key, Object value)
-
-
-
Method Detail
-
getOwner
public Service getOwner()
-
getScenarioId
public String getScenarioId()
-
getName
public String getName()
-
getScenarioContext
public ScenarioContext getScenarioContext()
-
getTestContext
public TestContext getTestContext()
-
getServiceFolder
public Path getServiceFolder()
-
get
public <T> T get(String key)
-
-