JavaScript is disabled on your browser.
Arquillian Pact Consumer SPI 1.0.0.Alpha1
@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.
Required Element Summary
Required Elements
Modifier and Type
Required Element and Description
String
value
the tested provider name.
Optional Element Summary
Optional Elements
Modifier and Type
Optional Element and Description
String
fragment
Method to call to get the pact fragment.
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 Pact Consumer SPI 1.0.0.Alpha1
Copyright © 2016 JBoss by Red Hat . All rights reserved.