Uses of Class
org.apache.camel.quarkus.test.support.aws2.Aws2TestEnvContext
-
-
Uses of Aws2TestEnvContext in org.apache.camel.quarkus.test.support.aws2
Methods in org.apache.camel.quarkus.test.support.aws2 that return Aws2TestEnvContext Modifier and Type Method Description Aws2TestEnvContextAws2TestEnvContext. closeable(AutoCloseable closeable)Add anAutoCloseableto be closed after running AWS 2 testsAws2TestEnvContextAws2TestEnvContext. property(String key, String value)Add a key-value pair to the system properties seen by AWS 2 testsMethods in org.apache.camel.quarkus.test.support.aws2 with parameters of type Aws2TestEnvContext Modifier and Type Method Description voidAws2TestEnvCustomizer. customize(Aws2TestEnvContext envContext)Customize the givenAws2TestEnvContext
-