use of au.com.dius.pact.consumer.exampleclients.ArticlesRestClient in project pact-jvm by DiUS.
the class ArticlesTest method testArticles.
@PactVerification("ArticlesProvider")
@Test
public void testArticles() throws IOException {
ArticlesRestClient providerRestClient = new ArticlesRestClient();
providerRestClient.getArticles("http://localhost:1234");
}
Aggregations