public class TestConnectionDescriptor extends DescriptorElement
| Constructor and Description |
|---|
TestConnectionDescriptor(String path,
String method,
Set<String> validStatusCodes,
String mediaType,
List<TestConnectionResponseValidationDescriptor> responseValidation) |
| Modifier and Type | Method and Description |
|---|---|
String |
getMediaType() |
String |
getMethod() |
String |
getPath() |
List<TestConnectionResponseValidationDescriptor> |
getResponseValidation() |
Set<String> |
getValidStatusCodes() |
Copyright © 2020. All rights reserved.