pact-jvm-provider-junit5 pact-jvm-provider-junit5

Group au.com.dius
描述 # Pact Junit 5 Extension ## Overview For writing Pact verification tests with JUnit 5, there is an JUnit 5 Invocation Context Provider that you can use with the `@TestTemplate` annotation. This will generate a test for each interaction found for the pact files for the provider. To use it, add the `@Provider` and one of the pact source annotations to your test class (as per a JUnit 4 test), then add a method annotated with `@TestTemplate` and `@ExtendWith(PactVerificationInvocationContextProvider.class)` that takes a `PactVerificationContext` parameter. You will need to call `verifyInteraction()` on the context parameter in your test template method. For example: ```java @Provider("myAwesomeService") @PactFolder("pacts") public class ContractVerificationTest {
版本 仓库 发布时间
4.0.10 central 2020-04-18 15:15
4.0.9 central 2020-04-05 11:46
4.0.8 central 2020-03-23 06:47
4.0.7 central 2020-03-08 10:22
4.0.6 central 2020-02-22 10:02
4.0.5 central 2020-01-26 14:49
4.0.4 central 2019-12-18 07:34
4.0.3 central 2019-11-10 07:02
4.0.2 central 2019-10-27 14:34
4.0.1 central 2019-10-16 10:39
4.0.0 central 2019-09-29 08:15
4.0.0-beta.6 central 2019-09-03 12:26
4.0.0-beta.5 central 2019-08-15 14:13
4.0.0-beta.4 central 2019-07-21 13:30
4.0.0-beta.3 central 2019-06-29 16:16
4.0.0-beta.2 central 2019-05-12 15:50
4.0.0-beta.1 central 2019-03-31 13:41
索引仓库
仓库 个数
Central 592045