Skip to content

Commit 1846599

Browse files
committed
Add missing RestAssured restAssured() to TestConfig
Follows up on: #48987
1 parent 829f805 commit 1846599

File tree

1 file changed

+5
-0
lines changed
  • core/deployment/src/main/java/io/quarkus/deployment/dev/testing

1 file changed

+5
-0
lines changed

core/deployment/src/main/java/io/quarkus/deployment/dev/testing/TestConfig.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,11 @@ public interface TestConfig {
173173
*/
174174
Container container();
175175

176+
/**
177+
* RestAssured related test settings
178+
*/
179+
RestAssured restAssured();
180+
176181
/**
177182
* Additional launch parameters to be used when Quarkus launches the produced artifact for {@code @QuarkusIntegrationTest}
178183
* When the artifact is a {@code jar}, this string is passed right after the {@code java} command.

0 commit comments

Comments
 (0)