public class YamlContract extends Object
Contract
.Modifier and Type | Class and Description |
---|---|
static class |
YamlContract.BodyStubMatcher |
static class |
YamlContract.BodyTestMatcher |
static class |
YamlContract.HeadersMatcher |
static class |
YamlContract.Input |
static class |
YamlContract.KeyValueMatcher |
static class |
YamlContract.MatchingType |
static class |
YamlContract.Multipart |
static class |
YamlContract.MultipartNamedStubMatcher |
static class |
YamlContract.MultipartStubMatcher |
static class |
YamlContract.Named |
static class |
YamlContract.OutputMessage |
static class |
YamlContract.PredefinedRegex |
static class |
YamlContract.QueryParameterMatcher |
static class |
YamlContract.RegexType |
static class |
YamlContract.Request |
static class |
YamlContract.Response |
static class |
YamlContract.StubMatchers |
static class |
YamlContract.StubMatcherType |
static class |
YamlContract.TestCookieMatcher |
static class |
YamlContract.TestHeaderMatcher |
static class |
YamlContract.TestMatchers |
static class |
YamlContract.TestMatcherType |
static class |
YamlContract.ValueMatcher |
Modifier and Type | Field and Description |
---|---|
String |
description |
boolean |
ignored |
boolean |
inProgress |
YamlContract.Input |
input |
String |
label |
String |
name |
YamlContract.OutputMessage |
outputMessage |
Integer |
priority |
YamlContract.Request |
request |
YamlContract.Response |
response |
Constructor and Description |
---|
YamlContract() |
public YamlContract.Request request
public YamlContract.Response response
public YamlContract.Input input
public YamlContract.OutputMessage outputMessage
public String description
public String label
public String name
public Integer priority
public boolean ignored
public boolean inProgress
Copyright © 2016–2020 Spring. All rights reserved.