Interface QuarkusIntegrationTest.Context

  • Enclosing class:
    QuarkusIntegrationTest

    public static interface QuarkusIntegrationTest.Context
    If used as a field of class annotated with QuarkusIntegrationTest, the field is populated with an implementation that allows accessing contextual test information
    • Method Detail

      • devServicesProperties

        Map<String,​String> devServicesProperties()
        Returns a map containing all the properties creates by potentially launched dev services. If no dev services where launched, the map will be empty.