Package io.quarkus.test.common
Interface DevServicesContext
-
public interface DevServicesContextInterface that can be used to get properties from DevServices forQuarkusTestandQuarkusIntegrationTestbased tests. This can be injected into fields on a test class, or injected intoDevServicesContext.ContextAwareobjects on the test class orTestResourceManagerimplementations.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceDevServicesContext.ContextAwareInterface that can be implemented to allow automatic injection of the context.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Optional<String>containerNetworkId()If the application is going to be launched in a container, this method returns the id of container network it will be launched on.Map<String,String>devServicesProperties()Returns a map containing all the properties creates by potentially launched dev services.
-