public class RestAssuredClient extends Object
| Constructor and Description |
|---|
RestAssuredClient(RamlChecker checker) |
RestAssuredClient(RamlValidationFilter filter) |
RestAssuredClient(com.jayway.restassured.specification.RequestSpecification requestSpecification,
ReportStore reportStore) |
| Modifier and Type | Method and Description |
|---|---|
RamlReport |
getLastReport() |
com.jayway.restassured.specification.RequestSpecification |
given() |
public RestAssuredClient(RamlChecker checker)
public RestAssuredClient(RamlValidationFilter filter)
public RestAssuredClient(com.jayway.restassured.specification.RequestSpecification requestSpecification,
ReportStore reportStore)
public com.jayway.restassured.specification.RequestSpecification given()
public RamlReport getLastReport()
Copyright © 2014–2017. All rights reserved.