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