Index
All Classes and Interfaces|All Packages
A
- afterStartup() - Method in class io.mangoo.test.TestRunner
B
- beforeAll(ExtensionContext) - Method in class io.mangoo.test.TestRunner
- beforeStartup() - Method in class io.mangoo.test.TestRunner
C
- close() - Method in class io.mangoo.test.TestRunner
- create(String, String) - Static method in class io.mangoo.test.http.TestRequest
D
- delete(String) - Static method in class io.mangoo.test.http.TestRequest
-
Creates a new HTTP DELETE request to the given URI
- describeTo(Description) - Method in class io.mangoo.test.hamcrest.RegexMatcher
E
- execute() - Method in class io.mangoo.test.http.TestResponse
-
Executes the HTTP request
G
- get(String) - Static method in class io.mangoo.test.http.TestRequest
-
Creates a new HTTP GET request to the given URI
- getContent() - Method in class io.mangoo.test.http.TestResponse
- getContentType() - Method in class io.mangoo.test.http.TestResponse
- getCookie(String) - Method in class io.mangoo.test.http.TestResponse
-
Retrieves a cookie from the cookie store with a given name
- getCookies() - Method in class io.mangoo.test.http.TestResponse
- getGreenMail() - Method in class io.mangoo.test.email.SmtpMock
- getHeader(String) - Method in class io.mangoo.test.http.TestResponse
-
Retrieves a specific header with the given name
- getHttpResponse() - Method in class io.mangoo.test.http.TestResponse
- getResponseUrl() - Method in class io.mangoo.test.http.TestResponse
- getStatusCode() - Method in class io.mangoo.test.http.TestResponse
H
- head(String) - Static method in class io.mangoo.test.http.TestRequest
-
Creates a new HTTP HEAD request to the given URI
I
- io.mangoo.test - package io.mangoo.test
- io.mangoo.test.email - package io.mangoo.test.email
- io.mangoo.test.hamcrest - package io.mangoo.test.hamcrest
- io.mangoo.test.http - package io.mangoo.test.http
M
- matches(Object) - Method in class io.mangoo.test.hamcrest.RegexMatcher
- matches(String) - Static method in class io.mangoo.test.hamcrest.RegexMatcher
O
- open() - Static method in class io.mangoo.test.http.TestBrowser
- options(String) - Static method in class io.mangoo.test.http.TestRequest
-
Creates a new HTTP OPTIONS request to the given URI
P
- patch(String) - Static method in class io.mangoo.test.http.TestRequest
-
Creates a new HTTP PACTH request to the given URI
- post(String) - Static method in class io.mangoo.test.http.TestRequest
-
Creates a new HTTP POST request to the given URI
- put(String) - Static method in class io.mangoo.test.http.TestRequest
-
Creates a new HTTP PUT request to the given URI
R
- RegexMatcher - Class in io.mangoo.test.hamcrest
- RegexMatcher(String) - Constructor for class io.mangoo.test.hamcrest.RegexMatcher
S
- SmtpMock - Class in io.mangoo.test.email
- SmtpMock(Config) - Constructor for class io.mangoo.test.email.SmtpMock
- start() - Method in class io.mangoo.test.email.SmtpMock
- stop() - Method in class io.mangoo.test.email.SmtpMock
T
- TestBrowser - Class in io.mangoo.test.http
- TestBrowser() - Constructor for class io.mangoo.test.http.TestBrowser
- TestRequest - Class in io.mangoo.test.http
- TestResponse - Class in io.mangoo.test.http
- TestResponse() - Constructor for class io.mangoo.test.http.TestResponse
- TestResponse(String, String) - Constructor for class io.mangoo.test.http.TestResponse
- TestRunner - Class in io.mangoo.test
- TestRunner() - Constructor for class io.mangoo.test.TestRunner
- to(String) - Method in class io.mangoo.test.http.TestResponse
-
Sets the URI to be executed by the request
W
- withBasicAuthentication(String, String) - Method in class io.mangoo.test.http.TestResponse
-
Sets Basic HTTP Authentication the request
- withContentType(String) - Method in class io.mangoo.test.http.TestResponse
-
Sets the ContentType of the request
- withCookie(HttpCookie) - Method in class io.mangoo.test.http.TestResponse
-
Adds an additional cookie to the request
- withDisabledRedirects() - Method in class io.mangoo.test.http.TestResponse
-
Disables redirects when the request is executed by setting followReditects to HttpClient.Redirect.NEVER Default is HttpClient.Redirect.ALWAYS
- withForm(Multimap<String, String>) - Method in class io.mangoo.test.http.TestResponse
-
Simulates a FORM post by setting: Content-Type to application/x-www-form-urlencoded HTTP method to POST URLEncoding of the given parameters
- withHeader(String, String) - Method in class io.mangoo.test.http.TestResponse
-
Adds an additional header to the request
- withHTTPMethod(String) - Method in class io.mangoo.test.http.TestResponse
-
Sets the HTTP method to execute the request with
- withStringBody(String) - Method in class io.mangoo.test.http.TestResponse
-
Sets a String body to the request
- withTimeout(long, TemporalUnit) - Method in class io.mangoo.test.http.TestResponse
-
Sets the timeout of the HTTP request Default is 2 seconds
All Classes and Interfaces|All Packages