We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 829f805 commit 1846599Copy full SHA for 1846599
core/deployment/src/main/java/io/quarkus/deployment/dev/testing/TestConfig.java
@@ -173,6 +173,11 @@ public interface TestConfig {
173
*/
174
Container container();
175
176
+ /**
177
+ * RestAssured related test settings
178
+ */
179
+ RestAssured restAssured();
180
+
181
/**
182
* Additional launch parameters to be used when Quarkus launches the produced artifact for {@code @QuarkusIntegrationTest}
183
* When the artifact is a {@code jar}, this string is passed right after the {@code java} command.
0 commit comments