Skip to content

Commit 13abf9b

Browse files
author
Tom Akehurst
committed
Minor JUnit Jupiter doc tweaks
1 parent f989c1e commit 13abf9b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs-v2/_docs/junit-jupiter.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: Running WireMock with the JUnit 5 Jupiter test framework.
77

88
The JUnit Jupiter extension simplifies running of one or more WireMock instances in a Jupiter test class.
99

10-
It supports two modes of operation - declarative (simple, not configurable) and programmatic (less simple, configurable).
10+
It supports two modes of operation - declarative (simple, limited configuration options) and programmatic (less simple, very configurable).
1111
These are both explained in detail below.
1212

1313
## Basic usage - declarative
@@ -33,6 +33,7 @@ public class DeclarativeWireMockTest {
3333
// Info such as port numbers is also available
3434
int port = wmRuntimeInfo.getHttpPort();
3535

36+
// Do some testing...
3637
}
3738
}
3839
```

0 commit comments

Comments
 (0)