Artifacts using finagle-http version 6.2.0
2. Finagle Stats37 usages
com.twitter » finagle-statsApache
finagle-stats
Last Release on May 2, 2024
Pact provider
=============
sub project of https://github.com/DiUS/pact-jvm
The pact provider is responsible for verifying that an API provider adheres to a number of pacts authored by its clients
This library provides the basic tools required to automate the process, and should be usable on its own in many instances.
Framework and build tool specific bindings will be provided in separate libraries that build on top of this core functionality.
### Provider State
Before each interaction is executed, ...
Last Release on Apr 29, 2020
Relocated → au.com.dius.pact »
provider
4. Pact JVM Model26 usages
au.com.dius » pact-jvm-modelApache
Pact model
==========
The model project is responsible for providing:
* a model to represent pacts
* serialization and deserialization
* comparison between two parts of the pact model
* conversion between the pact model and whatever third party libraries used by the pact-consumer and pact-provider requires
You should never need to include this project directly
Last Release on Apr 29, 2020
Pact consumer
=============
Pact Consumer is used by projects that are consumers of an API.
Most projects will want to use pact-consumer via one of the test framework specific projects. If your favourite
framework is not implemented, this module should give you all the hooks you need.
Provides a DSL for use with Java to build consumer pacts.
## Dependency
The library is available on maven central using:
* group-id = `au.com.dius`
* artifact-id = `pact-jvm-consumer`
## DSL Usage
Example in a JUnit ...
Last Release on Apr 29, 2020
7. Finagle Native2 usages
com.twitter » finagle-nativeApache
finagle-native
Last Release on Mar 11, 2017
8. Finagle Stress2 usages
com.twitter » finagle-stressApache
finagle-stress
Last Release on Sep 28, 2015
10. Pact JVM Server
au.com.dius » pact-jvm-serverApache
Pact server
===========
The pact server is a stand-alone interactions recorder and verifier, aimed at clients that are non-JVM or non-Ruby based.
The pact client for that platform will need to be implemented, but it only be responsible for generating the `JSON`
interactions, running the tests and communicating with the server.
The server implements a `JSON` `REST` Admin API with the following endpoints.
/ -> For diagnostics, currently returns a list of ports of the running mock servers.
...
Last Release on Apr 29, 2020
Relocated → au.com.dius.pact »
pact-jvm-server
- Prev
- 1
- Next