DOC

au.com.dius.pact : pact-specification-test

Maven & Gradle

Jul 28, 2023
1k stars

pact-specification-test · Pact Specification ================== The [Pact Specification](https://github.com/bethesque/pact_specification) is a robust set of tests on the pact matching code aimed at ensuring pact library implementations across different languages have the same matching behaviour. Without adhering to these specifications there would be room for subtle issues to arise between consumers and providers using different libraries.

Table Of Contents

Latest Version

Download au.com.dius.pact : pact-specification-test Javadoc & API Documentation - Latest Versions:

All Versions

Download au.com.dius.pact : pact-specification-test Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
4.4.x
4.3.x
4.2.x
4.1.x

How to open Javadoc JAR file in web browser

  1. Rename the file pact-specification-test-4.1.42-javadoc.jar to pact-specification-test-4.1.42-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder pact-specification-test-4.1.42-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "pact-specification-test-4.1.42-sources.jar" -d "pact-specification-test-4.1.42-javadoc" -subpackages 

Advertisement