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 the then context will be injected into it. QuarkusTestResourceLifecycleManager implementations can also implement this. This allows for them to setup the resource created by Dev Services after it has been started.
  • Method Details