File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -653,9 +653,3 @@ and [#1383](https://github.com/pact-foundation/pact-jvm/issues/1383).
653
653
One option (if the HTTP client supports it, Apache HTTP Client does) is to set the system property ` http.keepAlive ` to ` false ` in
654
654
the test JVM. The other option is to set ` pact.mockserver.addCloseHeader ` to ` true ` to force the mock server to
655
655
send a ` Connection: close ` header with every response (supported with Pact-JVM 4.2.7+).
656
-
657
- # Mixing Pact and non-Pact test methods in the same test class
658
-
659
- By default, the Pact lifecycle will be invoked for every test method and will expect there to be a method annotated
660
- with ` @Pact ` for each test method invoked. To add non-Pact tests, just annotate the non-Pact test method with the
661
- ` @PactIgnore ` annotation.
Original file line number Diff line number Diff line change @@ -356,3 +356,9 @@ class CsvClientTest {
356
356
We are tracking anonymous analytics to gather important usage statistics like JVM version
357
357
and operating system. To disable tracking, set the ' pact_do_not_track' system property or environment
358
358
variable to ' true' .
359
+
360
+ # Mixing Pact and non- Pact test methods in the same test class
361
+
362
+ By default , the Pact lifecycle will be invoked for every test method and will expect there to be a method annotated
363
+ with `@Pact ` for each test method invoked. To add non- Pact tests, just annotate the non- Pact test method with the
364
+ `@PactIgnore ` annotation.
You can’t perform that action at this time.
0 commit comments