pact-jvm-consumer-junit5_2.11 pact-jvm-consumer-junit5_2.11

Group au.com.dius
描述 pact-jvm-consumer-junit5 ======================== JUnit 5 support for Pact consumer tests ## Dependency The library is available on maven central using: * group-id = `au.com.dius` * artifact-id = `pact-jvm-consumer-junit5_2.12` * version-id = `3.5.x` ## Usage ### 1. Add the Pact consumer test extension to the test class. To write Pact consumer tests with JUnit 5, you need to add `@ExtendWith(PactConsumerTestExt)` to your test class. This replaces the `PactRunner` used for JUnit 4 tests. The rest of the test follows a similar pattern as for JUnit 4 tests. ```java @ExtendWith(PactConsumerTestExt.class) class ExampleJavaConsumerPactTest { ``` ### 2. create a method annotated with `@Pact` that returns the interactions for the test For each test (as with JUnit 4), you need to define a
版本 仓库 发布时间
3.5.24 central 2018-11-04 16:20
3.5.23 central 2018-09-23 15:18
3.5.22 central 2018-09-09 12:49
3.5.21 central 2018-08-12 14:13
3.5.20 central 2018-07-28 17:00
3.5.19 central 2018-07-01 17:59
3.5.18 central 2018-06-17 16:12
3.5.17 central 2018-06-03 14:17
3.5.16 central 2018-05-06 18:51
3.5.15 central 2018-04-22 14:44
索引仓库
仓库 个数
Central 592045