We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f989c1e commit 13abf9bCopy full SHA for 13abf9b
1 file changed
docs-v2/_docs/junit-jupiter.md
@@ -7,7 +7,7 @@ description: Running WireMock with the JUnit 5 Jupiter test framework.
7
8
The JUnit Jupiter extension simplifies running of one or more WireMock instances in a Jupiter test class.
9
10
-It supports two modes of operation - declarative (simple, not configurable) and programmatic (less simple, configurable).
+It supports two modes of operation - declarative (simple, limited configuration options) and programmatic (less simple, very configurable).
11
These are both explained in detail below.
12
13
## Basic usage - declarative
@@ -33,6 +33,7 @@ public class DeclarativeWireMockTest {
33
// Info such as port numbers is also available
34
int port = wmRuntimeInfo.getHttpPort();
35
36
+ // Do some testing...
37
}
38
39
```
0 commit comments