public static class YamlContract.StubMatchers extends Object
| Modifier and Type | Field and Description |
|---|---|
List<YamlContract.BodyStubMatcher> |
body |
List<YamlContract.KeyValueMatcher> |
cookies |
List<YamlContract.KeyValueMatcher> |
headers |
YamlContract.MultipartStubMatcher |
multipart |
List<YamlContract.QueryParameterMatcher> |
queryParameters |
YamlContract.KeyValueMatcher |
url |
| Constructor and Description |
|---|
StubMatchers() |
public YamlContract.KeyValueMatcher url
public List<YamlContract.BodyStubMatcher> body
public List<YamlContract.KeyValueMatcher> headers
public List<YamlContract.QueryParameterMatcher> queryParameters
public List<YamlContract.KeyValueMatcher> cookies
public YamlContract.MultipartStubMatcher multipart
Copyright © 2016–2019 Spring. All rights reserved.