Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,11 @@ public interface TestConfig {
*/
Container container();

/**
* RestAssured related test settings
*/
RestAssured restAssured();

/**
* Additional launch parameters to be used when Quarkus launches the produced artifact for {@code @QuarkusIntegrationTest}
* When the artifact is a {@code jar}, this string is passed right after the {@code java} command.
Expand Down
Loading