Artifacts using Pact JVM Consumer JUnit (17)
Sort:
popular
|
newest
2. IdP Client4 usages
com.atlassian.idp » idp-clientAtlassian
IdP Client
Last Release on Sep 24, 2024
# pact-jvm-consumer-java8
Provides a Java8 lambda based DSL for use with Junit to build consumer tests.
# A Lambda DSL for Pact
This is an extension for the pact DSL provided by [pact-jvm-consumer](../pact-jvm-consumer). The difference between
the default pact DSL and this lambda DSL is, as the name suggests, the usage of lambdas. The use of lambdas makes the code much cleaner.
## Why a new DSL implementation?
The lambda DSL solves the following two main issues. Both are visible in the following code ...
Last Release on Apr 29, 2020
Media API Client For Java Based On HttpClient
Last Release on Jul 19, 2019
Eventuate Client Java HTTP STOMP
Last Release on May 22, 2019
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`
* version-id = `4.0.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 ...
Last Release on Apr 29, 2020
10. Account Internal Client
com.atlassian.idp » account-internal-clientAtlassian
A client for the Atlassian Account APIs. These APIs are internal to Identity and they should not be used
by services other than Identity-owned services. If a non-Identity service needs to write userbase data,
it should use the APIs available in the Identity Platform.
Last Release on Sep 24, 2024