Group | au.com.dius |
描述 | # Pact junit runner ## Overview Library provides ability to play contract tests against provider service in JUnit fashionable way. Supports: - Out-of-the-box convenient ways to load pacts - Easy way to change assertion strategy - **org.junit.BeforeClass**, **org.junit.AfterClass** and **org.junit.ClassRule** JUnit annotations, that will be run once - before/after whole contract test suite - **org.junit.Before**, **org.junit.After** and **org.junit.Rule** JUnit annotations, that will be run before/after each test of interaction - **au.com.dius.pact.provider.junit.State** custom annotation - before each interaction that require state change, all methods annotated by State with appropriate state listed will be invoked ## Example of test ```java @RunWith(PactRunner.class) // Say J |
版本 | 仓库 | 发布时间 |
2.4.20 | central | 2018-04-14 19:57 |
2.4.19 | central | 2017-08-17 08:03 |
2.4.18 | central | 2016-12-30 09:48 |
2.4.17 | central | 2016-10-22 15:02 |
2.4.16 | central | 2016-10-02 05:38 |
2.4.15 | central | 2016-08-23 20:56 |
2.4.14 | central | 2016-08-07 11:42 |
2.4.13 | central | 2016-07-31 13:11 |
2.4.12 | central | 2016-07-15 11:00 |
2.4.11 | central | 2016-07-06 13:16 |
2.4.10 | central | 2016-06-18 07:19 |
2.4.9 | central | 2016-05-04 10:45 |
2.4.8 | central | 2016-03-29 10:25 |
2.4.7 | central | 2016-03-25 08:50 |
2.4.6 | central | 2016-02-20 07:30 |
2.4.5 | central | 2016-02-11 12:42 |
2.4.4 | central | 2016-01-21 07:49 |
2.4.3 | central | 2016-01-17 11:00 |
2.4.2 | central | 2015-12-13 06:10 |
2.4.1 | central | 2015-11-28 14:38 |
2.4.0 | central | 2015-11-22 12:10 |
2.3.3 | central | 2015-11-14 14:40 |
仓库 | 个数 |
Central | 592045 |