- generateTempClassFile(File) - Static method in class org.spincast.testing.core.utils.SpincastTestUtils
-
- get(String) - Method in class org.spincast.testing.core.SpincastIntegrationTestBase
-
Launches a GET request, using the given path (will be appended to the base test URL).
- get(String, boolean) - Method in class org.spincast.testing.core.SpincastIntegrationTestBase
-
Launches a GET request, using the given path (will be appended to the base test URL).
- get(String, Map<String, String>) - Method in class org.spincast.testing.core.SpincastIntegrationTestBase
-
Launches a GET request, using the given path (will be appended to the base test URL).
- get(String, Map<String, String>, boolean) - Method in class org.spincast.testing.core.SpincastIntegrationTestBase
-
Launches a GET request, using the given path (will be appended to the base test URL).
- get(String, RequestConfig) - Method in class org.spincast.testing.core.SpincastIntegrationTestBase
-
Launches a GET request, using the given path (will be appended to the base test URL).
- get(String, RequestConfig, boolean) - Method in class org.spincast.testing.core.SpincastIntegrationTestBase
-
Launches a GET request, using the given path (will be appended to the base test URL).
- get(String, Map<String, String>, RequestConfig) - Method in class org.spincast.testing.core.SpincastIntegrationTestBase
-
Launches a GET request, using the given path (will be appended to the base test URL).
- get(String, Map<String, String>, RequestConfig, boolean) - Method in class org.spincast.testing.core.SpincastIntegrationTestBase
-
Launches a GET request, using the given path (will be appended to the base test URL).
- getContent() - Method in class org.spincast.testing.core.utils.SpincastTestHttpResponse
-
- getContentType() - Method in class org.spincast.testing.core.utils.SpincastTestHttpResponse
-
- getCookie(String) - Method in class org.spincast.testing.core.utils.SpincastTestHttpResponse
-
- getCookieEncoding() - Method in class org.spincast.testing.core.SpincastIntegrationTestBase
-
- getCookieFactory() - Method in class org.spincast.testing.core.SpincastIntegrationTestBase
-
- getCookies() - Method in class org.spincast.testing.core.utils.SpincastTestHttpResponse
-
- getCookieStore() - Method in class org.spincast.testing.core.SpincastIntegrationTestBase
-
- getHeader(String) - Method in class org.spincast.testing.core.utils.SpincastTestHttpResponse
-
- getHeaderFirst(String) - Method in class org.spincast.testing.core.utils.SpincastTestHttpResponse
-
- getHeaders() - Method in class org.spincast.testing.core.utils.SpincastTestHttpResponse
-
- getHttpClient() - Method in class org.spincast.testing.core.SpincastIntegrationTestBase
-
Creates the HTTPClient with a cookies store.
- getHttpServerPort() - Method in class org.spincast.testing.core.SpincastTestConfig
-
We use a free port.
- getInjector() - Method in class org.spincast.testing.core.SpincastGuiceBasedTestBase
-
- getRawResponse(String) - Method in class org.spincast.testing.core.SpincastIntegrationTestBase
-
Launches a GET request, using the given full URL and returns the
raw, unparsed HttpClient's HttpResponse.
- getRawResponse(String, Map<String, String>) - Method in class org.spincast.testing.core.SpincastIntegrationTestBase
-
Launches a GET request, using the given full URL and returns the
raw, unparsed HttpClient's HttpResponse.
- getRawResponse(String, RequestConfig) - Method in class org.spincast.testing.core.SpincastIntegrationTestBase
-
Launches a GET request, using the given full URL and returns the
raw, unparsed HttpClient's HttpResponse.
- getRawResponse(String, Map<String, String>, RequestConfig) - Method in class org.spincast.testing.core.SpincastIntegrationTestBase
-
Launches a GET request, using the given full URL and returns the
raw, unparsed HttpClient's HttpResponse.
- getRouter() - Method in class org.spincast.testing.core.SpincastIntegrationTestBase
-
- getServer() - Method in class org.spincast.testing.core.SpincastIntegrationTestBase
-
- getServerHost() - Method in class org.spincast.testing.core.SpincastTestConfig
-
- getSpincastConfig() - Method in class org.spincast.testing.core.SpincastGuiceBasedTestBase
-
- getStatus() - Method in class org.spincast.testing.core.utils.SpincastTestHttpResponse
-
- getTestingModule() - Method in class org.spincast.testing.core.SpincastGuiceModuleBasedIntegrationTestBase
-
The testing module to use.
- getTestingModule() - Method in class org.spincast.testing.core.SpincastGuiceModuleBasedTestBase
-
The testing module to use.
- getTestingWritableDir() - Method in class org.spincast.testing.core.SpincastGuiceBasedTestBase
-
- getTestingWritableDirBasePath() - Method in class org.spincast.testing.core.SpincastGuiceBasedTestBase
-
- getThisClassFileInputStream() - Static method in class org.spincast.testing.core.utils.SpincastTestUtils
-
- getWithUrl(String) - Method in class org.spincast.testing.core.SpincastIntegrationTestBase
-
Launches a GET request, using the given full URL.
- getWithUrl(String, RequestConfig) - Method in class org.spincast.testing.core.SpincastIntegrationTestBase
-
Launches a GET request, using the given full URL.
- getWithUrl(String, Map<String, String>, RequestConfig) - Method in class org.spincast.testing.core.SpincastIntegrationTestBase
-
Launches a GET request, using the given full URL.
- getWithUrl(String, Map<String, String>) - Method in class org.spincast.testing.core.SpincastIntegrationTestBase
-
Launches a GET request, using the given full URL.