Method | Description | |
---|---|---|
Get ( System.Guid stepId, string rootPath, string resource ) : |
||
Put ( System.Guid stepId, string host, string resource, string requestPayload ) : |
||
ShouldReturn ( |
||
ShouldReturnHttpStatusCode ( HttpStatusCode httpStatusCode ) : void | ||
ShouldReturnResponsePayload ( string responsePayload ) : void | ||
WhenGetting ( string url ) : |
||
WhenPutting ( string url ) : |
public Get ( System.Guid stepId, string rootPath, string resource ) : |
||
stepId | System.Guid | |
rootPath | string | |
resource | string | |
return |
public Put ( System.Guid stepId, string host, string resource, string requestPayload ) : |
||
stepId | System.Guid | |
host | string | |
resource | string | |
requestPayload | string | |
return |
public ShouldReturn ( |
||
apiResponse | ||
return | void |
public ShouldReturnHttpStatusCode ( HttpStatusCode httpStatusCode ) : void | ||
httpStatusCode | HttpStatusCode | |
return | void |
public ShouldReturnResponsePayload ( string responsePayload ) : void | ||
responsePayload | string | |
return | void |
public WhenGetting ( string url ) : |
||
url | string | |
return |
public WhenPutting ( string url ) : |
||
url | string | |
return |