Skip to content

Commit d97e2cb

Browse files
committed
review comment changes
1 parent 973953f commit d97e2cb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ Mapping definition:
140140

141141
Test sample:
142142

143+
##### Sample code in JUnit 4
143144
```java
144145
public class WireMockContainerExtensionTest {
145146
@Rule
@@ -165,6 +166,7 @@ public class WireMockContainerExtensionTest {
165166
}
166167
```
167168

169+
##### Sample code in JUnit 5
168170
```java
169171
@Testcontainers
170172
public class WireMockContainerExtensionJUnit5Test {

0 commit comments

Comments
 (0)