Class CommonProfile

java.lang.Object
io.clonecloudstore.test.resource.CommonProfile
All Implemented Interfaces:
io.quarkus.test.junit.QuarkusTestProfile
Direct Known Subclasses:
AzureKafkaProfile, AzureMongoKafkaProfile, AzureMongoProfile, AzureProfile, GoogleProfile, KafkaProfile, LocalStackProfile, MinioKafkaProfile, MinioMongoKafkaProfile, MinioMongoProfile, MinioProfile, MongoDbProfile, MongoKafkaProfile, NoMongoDbProfile, NoPostgreDbProfile, NoResourceProfile, PostgresProfile, PulsarProfile

public abstract class CommonProfile extends Object implements io.quarkus.test.junit.QuarkusTestProfile
  • 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 final String
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
     

    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, getConfigProfile, getEnabledAlternatives, runMainMethod, tags, testResources
  • Field Details

  • Constructor Details

    • CommonProfile

      public CommonProfile()
  • Method Details

    • getConfigOverrides

      public Map<String,String> getConfigOverrides()
      Specified by:
      getConfigOverrides in interface io.quarkus.test.junit.QuarkusTestProfile
    • disableGlobalTestResources

      public boolean disableGlobalTestResources()
      Specified by:
      disableGlobalTestResources in interface io.quarkus.test.junit.QuarkusTestProfile