JavaScript is disabled on your browser.
Arquillian Algeron Pact Consumer SPI 1.0.0
@Retention (value =RUNTIME )
@Target (value =METHOD )
public @interface PactVerification
Before each test, a mock server will be setup at given port/host that will provide mocked responses.
after each test, it will be teared down.
Optional Element Summary
Optional Elements
Modifier and Type
Optional Element and Description
String
fragment
Method to call to get the pact fragment.
String
value
the tested provider name.
fragment
public abstract String fragment
Method to call to get the pact fragment. Defaults to empty string which results in using the first one found.
This should be filled with the name of the method annotated with `@Pact` that want to be executed.
Default:
""
Arquillian Algeron Pact Consumer SPI 1.0.0
Copyright © 2017 JBoss by Red Hat . All rights reserved.