public class Given extends Object
Constructor | Description |
---|---|
Given() |
Modifier and Type | Method | Description |
---|---|---|
com.fasterxml.jackson.databind.JsonNode |
getInput() |
|
GivenResponse |
getResponse() |
|
void |
setInput(com.fasterxml.jackson.databind.JsonNode input) |
|
void |
setResponse(GivenResponse response) |
public com.fasterxml.jackson.databind.JsonNode getInput()
public void setInput(com.fasterxml.jackson.databind.JsonNode input)
public GivenResponse getResponse()
public void setResponse(GivenResponse response)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.