Package io.quarkus.test.junit
Interface QuarkusIntegrationTest.Context
-
- All Superinterfaces:
DevServicesContext
- Enclosing class:
- QuarkusIntegrationTest
@Deprecated public static interface QuarkusIntegrationTest.Context extends DevServicesContext
Deprecated.UseDevServicesContext
instead.If used as a field of class annotated withQuarkusIntegrationTest
, the field is populated with an implementation that allows accessing contextual test information
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.quarkus.test.common.DevServicesContext
DevServicesContext.ContextAware
-
-
Method Summary
-
Methods inherited from interface io.quarkus.test.common.DevServicesContext
containerNetworkId, devServicesProperties
-
-