Package io.quarkus.test.common
Interface DevServicesContext.ContextAware
- Enclosing interface:
DevServicesContext
public static interface DevServicesContext.ContextAware
Interface that can be implemented to allow automatic injection of the context.
If you have a field on a test class that implements this interface then the context
will be injected into it.
QuarkusTestResourceLifecycleManager implementations can also
implement this. This allows for them to set up the resource created by Dev Services after
it has been started.-
Method Summary
-
Method Details
-
setIntegrationTestContext
-