Class BaseConfigProfile

    • Nested Class Summary

      • Nested classes/interfaces inherited from interface io.quarkus.test.junit.QuarkusTestProfile

        io.quarkus.test.junit.QuarkusTestProfile.TestResourceEntry
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.util.Map<java.lang.String,​java.lang.String> CONFIG_OVERRIDES  
      static java.lang.String TEST_REPO_ID  
      static java.util.Map<java.lang.String,​java.lang.String> VERSION_STORE_CONFIG  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Map<java.lang.String,​java.lang.String> getConfigOverrides()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface io.quarkus.test.junit.QuarkusTestProfile

        commandLineParameters, disableApplicationLifecycleObservers, disableGlobalTestResources, getConfigProfile, getEnabledAlternatives, runMainMethod, tags, testResources
    • Field Detail

      • CONFIG_OVERRIDES

        public static final java.util.Map<java.lang.String,​java.lang.String> CONFIG_OVERRIDES
      • VERSION_STORE_CONFIG

        public static final java.util.Map<java.lang.String,​java.lang.String> VERSION_STORE_CONFIG
    • Constructor Detail

      • BaseConfigProfile

        public BaseConfigProfile()
    • Method Detail

      • getConfigOverrides

        public java.util.Map<java.lang.String,​java.lang.String> getConfigOverrides()
        Specified by:
        getConfigOverrides in interface io.quarkus.test.junit.QuarkusTestProfile