|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MockDNSAPI.HttpMethod | |
|---|---|
| com.globo.dnsapi | |
| Uses of MockDNSAPI.HttpMethod in com.globo.dnsapi |
|---|
| Methods in com.globo.dnsapi that return MockDNSAPI.HttpMethod | |
|---|---|
static MockDNSAPI.HttpMethod |
MockDNSAPI.HttpMethod.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static MockDNSAPI.HttpMethod[] |
MockDNSAPI.HttpMethod.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.globo.dnsapi with parameters of type MockDNSAPI.HttpMethod | |
|---|---|
int |
MockDNSAPI.numberOfRequests(MockDNSAPI.HttpMethod method,
String url)
|
void |
MockDNSAPI.registerFakeRequest(MockDNSAPI.HttpMethod method,
String url,
int statusCode,
String expectedResult)
|
void |
MockDNSAPI.registerFakeRequest(MockDNSAPI.HttpMethod method,
String url,
String expectedResult)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||