Package io.quarkus.test.junit
Interface QuarkusIntegrationTest.Context
-
- Enclosing class:
- QuarkusIntegrationTest
public static interface QuarkusIntegrationTest.ContextIf used as a field of class annotated withQuarkusIntegrationTest, the field is populated with an implementation that allows accessing contextual test information
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,String>devServicesProperties()Returns a map containing all the properties creates by potentially launched dev services.
-