Package io.quarkus.test.common
Interface DevServicesContext.ContextAware
-
- Enclosing interface:
- DevServicesContext
public static interface DevServicesContext.ContextAwareInterface that can be implemented to allow automatic injection of the context. If you have a field on a test class that implements this interface the then context will be injected into it.QuarkusTestResourceLifecycleManagerimplementations can also implement this. This allows for them to setup the resource created by Dev Services after it has been started.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetIntegrationTestContext(DevServicesContext context)
-
-
-
Method Detail
-
setIntegrationTestContext
void setIntegrationTestContext(DevServicesContext context)
-
-