Annotation Interface DefaultRequestValues


@Retention(RUNTIME) @Target(METHOD) public @interface DefaultRequestValues
Marker annotation for a method that will setup the default request values used in the test. The annotated method must take a single parameter of PactDslRequestWithoutPath and set the default values on that object