Skip navigation links
A B C D F G H I O P S T W 

A

afterClass() - Method in class org.spincast.testing.core.SpincastGuiceBasedTestBase
 
afterClass() - Method in class org.spincast.testing.core.SpincastIntegrationTestBase
 

B

beforeClass() - Method in class org.spincast.testing.core.SpincastGuiceBasedTestBase
 
beforeClass() - Method in class org.spincast.testing.core.SpincastGuiceModuleBasedIntegrationTestBase
 
beforeStartServer() - Method in class org.spincast.testing.core.SpincastGuiceModuleBasedIntegrationTestBase
Allows some initialization to be run once the Guice context is created, but before the server is started.
beforeTest() - Method in class org.spincast.testing.core.SpincastGuiceModuleBasedIntegrationTestBase
Ran before each test.
beforeTest() - Method in class org.spincast.testing.core.SpincastIntegrationTestBase
 
bindTestConfig() - Method in class org.spincast.testing.core.SpincastTestModule
 

C

check() - Method in interface org.spincast.testing.core.utils.TrueChecker
 
clearRoutes() - Method in class org.spincast.testing.core.SpincastGuiceModuleBasedIntegrationTestBase
 
configure() - Method in class org.spincast.testing.core.SpincastTestModule
 
CONNECT(String) - Method in class org.spincast.testing.core.SpincastIntegrationTestBase
Starts an Http Client builder for a CONNECT method.
CONNECT(String, boolean) - Method in class org.spincast.testing.core.SpincastIntegrationTestBase
Starts an Http Client builder for a CONNECT method.
CONNECT(String, boolean, boolean) - Method in class org.spincast.testing.core.SpincastIntegrationTestBase
Starts an Http Client builder for a CONNECT method.
createInjector() - Method in class org.spincast.testing.core.SpincastGuiceBasedTestBase
The test class must implement this method to create the Guice injector.
createInjector() - Method in class org.spincast.testing.core.SpincastGuiceModuleBasedIntegrationTestBase
 
createInjector() - Method in class org.spincast.testing.core.SpincastGuiceModuleBasedTestBase
 
createTestingFilePath(String) - Method in class org.spincast.testing.core.SpincastGuiceBasedTestBase
Create a temporary test file, using the given relative path.
createTestingFilePath() - Method in class org.spincast.testing.core.SpincastGuiceBasedTestBase
Create a temporary test file.
createTestUrl(String) - Method in class org.spincast.testing.core.SpincastIntegrationTestBase
Creates an URL to the started HTTP server.
createTestUrl(String, boolean) - Method in class org.spincast.testing.core.SpincastIntegrationTestBase
Creates an URL to the started HTTP server.
createTestUrl(String, boolean, boolean) - Method in class org.spincast.testing.core.SpincastIntegrationTestBase
Creates an URL to the started HTTP server.

D

DELETE(String) - Method in class org.spincast.testing.core.SpincastIntegrationTestBase
Starts an Http Client builder for a DELETE method.
DELETE(String, boolean) - Method in class org.spincast.testing.core.SpincastIntegrationTestBase
Starts an Http Client builder for a DELETE method.
DELETE(String, boolean, boolean) - Method in class org.spincast.testing.core.SpincastIntegrationTestBase
Starts an Http Client builder for a DELETE method.
deleteTempDir() - Method in class org.spincast.testing.core.SpincastGuiceBasedTestBase
 
dummyRouteHandler - Static variable in class org.spincast.testing.core.utils.SpincastTestUtils
 

F

findFreePort() - Static method in class org.spincast.testing.core.utils.SpincastTestUtils
Finds a free port.

G

generateTempClassFile(File) - Static method in class org.spincast.testing.core.utils.SpincastTestUtils
 
GET(String) - Method in class org.spincast.testing.core.SpincastIntegrationTestBase
Starts an Http Client builder for a GET method.
GET(String, boolean) - Method in class org.spincast.testing.core.SpincastIntegrationTestBase
Starts an Http Client builder for a GET method.
GET(String, boolean, boolean) - Method in class org.spincast.testing.core.SpincastIntegrationTestBase
Starts an Http Client builder for a GET method.
getCookieFactory() - Method in class org.spincast.testing.core.SpincastIntegrationTestBase
 
getHttpClient() - Method in class org.spincast.testing.core.SpincastIntegrationTestBase
 
getHttpServerPort() - Method in class org.spincast.testing.core.SpincastTestConfig
We use a free port.
getInjector() - Method in class org.spincast.testing.core.SpincastGuiceBasedTestBase
 
getOverridingModule() - Method in class org.spincast.testing.core.SpincastGuiceModuleBasedIntegrationTestBase
An overriding module to use?
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
 
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
 
getTestOverridingModule(Type, Type) - Method in class org.spincast.testing.core.SpincastIntegrationTestBase
 
getThisClassFileInputStream() - Static method in class org.spincast.testing.core.utils.SpincastTestUtils
 

H

HEAD(String) - Method in class org.spincast.testing.core.SpincastIntegrationTestBase
Starts an Http Client builder for a HEAD method.
HEAD(String, boolean) - Method in class org.spincast.testing.core.SpincastIntegrationTestBase
Starts an Http Client builder for a HEAD method.
HEAD(String, boolean, boolean) - Method in class org.spincast.testing.core.SpincastIntegrationTestBase
Starts an Http Client builder for a HEAD method.

I

isDebugEnabled() - Method in class org.spincast.testing.core.SpincastTestConfig
We do not run in "debug" mode.
isDisableSllCetificateErrors() - Method in class org.spincast.testing.core.SpincastIntegrationTestBase
By default, for the tests, by disable the SSL certificate errors.
isRoutesCaseSensitive() - Method in class org.spincast.testing.core.SpincastTestConfig
 

O

OPTIONS(String) - Method in class org.spincast.testing.core.SpincastIntegrationTestBase
Starts an Http Client builder for a OPTIONS method.
OPTIONS(String, boolean) - Method in class org.spincast.testing.core.SpincastIntegrationTestBase
Starts an Http Client builder for a OPTIONS method.
OPTIONS(String, boolean, boolean) - Method in class org.spincast.testing.core.SpincastIntegrationTestBase
Starts an Http Client builder for a OPTIONS method.
org.spincast.testing.core - package org.spincast.testing.core
 
org.spincast.testing.core.utils - package org.spincast.testing.core.utils
 

P

PATCH(String) - Method in class org.spincast.testing.core.SpincastIntegrationTestBase
Starts an Http Client builder for a PATCH method.
PATCH(String, boolean) - Method in class org.spincast.testing.core.SpincastIntegrationTestBase
Starts an Http Client builder for a PATCH method.
PATCH(String, boolean, boolean) - Method in class org.spincast.testing.core.SpincastIntegrationTestBase
Starts an Http Client builder for a PATCH method.
POST(String) - Method in class org.spincast.testing.core.SpincastIntegrationTestBase
Starts an Http Client builder for a POST method.
POST(String, boolean) - Method in class org.spincast.testing.core.SpincastIntegrationTestBase
Starts an Http Client builder for a POST method.
POST(String, boolean, boolean) - Method in class org.spincast.testing.core.SpincastIntegrationTestBase
Starts an Http Client builder for a POST method.
PUT(String) - Method in class org.spincast.testing.core.SpincastIntegrationTestBase
Starts an Http Client builder for a PUT method.
PUT(String, boolean) - Method in class org.spincast.testing.core.SpincastIntegrationTestBase
Starts an Http Client builder for a PUT method.
PUT(String, boolean, boolean) - Method in class org.spincast.testing.core.SpincastIntegrationTestBase
Starts an Http Client builder for a PUT method.

S

setSpincastConfig(ISpincastConfig) - Method in class org.spincast.testing.core.SpincastGuiceBasedTestBase
 
SpincastGuiceBasedTestBase - Class in org.spincast.testing.core
Base class for Spincast test classes.
SpincastGuiceBasedTestBase() - Constructor for class org.spincast.testing.core.SpincastGuiceBasedTestBase
 
SpincastGuiceModuleBasedIntegrationTestBase<R extends IRequestContext<?>,W extends IWebsocketContext<?>> - Class in org.spincast.testing.core
Base class for Spincast tests which creates the Guice injector using a specified module.
SpincastGuiceModuleBasedIntegrationTestBase() - Constructor for class org.spincast.testing.core.SpincastGuiceModuleBasedIntegrationTestBase
 
SpincastGuiceModuleBasedTestBase - Class in org.spincast.testing.core
Base class for Spincast tests which creates the Guice injector using a specified module.
SpincastGuiceModuleBasedTestBase() - Constructor for class org.spincast.testing.core.SpincastGuiceModuleBasedTestBase
 
SpincastIntegrationTestBase<R extends IRequestContext<?>,W extends IWebsocketContext<?>> - Class in org.spincast.testing.core
Base class for Spincast integration tests.
SpincastIntegrationTestBase() - Constructor for class org.spincast.testing.core.SpincastIntegrationTestBase
 
SpincastTestConfig - Class in org.spincast.testing.core
Default configurations for Spincast tests.
SpincastTestConfig() - Constructor for class org.spincast.testing.core.SpincastTestConfig
 
SpincastTestModule - Class in org.spincast.testing.core
Default module for Spincast tests.
SpincastTestModule() - Constructor for class org.spincast.testing.core.SpincastTestModule
 
SpincastTestUtils - Class in org.spincast.testing.core.utils
Spincast tests utilities.
SpincastTestUtils() - Constructor for class org.spincast.testing.core.utils.SpincastTestUtils
 
startServer() - Method in class org.spincast.testing.core.SpincastGuiceModuleBasedIntegrationTestBase
 
stopServer() - Method in class org.spincast.testing.core.SpincastIntegrationTestBase
 

T

TEST_STRING - Static variable in class org.spincast.testing.core.utils.SpincastTestUtils
 
TEST_STRING_LONG - Static variable in class org.spincast.testing.core.utils.SpincastTestUtils
 
TRACE(String) - Method in class org.spincast.testing.core.SpincastIntegrationTestBase
Starts an Http Client builder for a TRACE method.
TRACE(String, boolean) - Method in class org.spincast.testing.core.SpincastIntegrationTestBase
Starts an Http Client builder for a TRACE method.
TRACE(String, boolean, boolean) - Method in class org.spincast.testing.core.SpincastIntegrationTestBase
Starts an Http Client builder for a TRACE method.
TrueChecker - Interface in org.spincast.testing.core.utils
Interface for a true checker.

W

waitForMaxSize(Collection<?>, int) - Static method in class org.spincast.testing.core.utils.SpincastTestUtils
This method checks frequently if the size of the specified collection is under the speficied max size.
waitForMaxSize(Collection<?>, int, int) - Static method in class org.spincast.testing.core.utils.SpincastTestUtils
This method checks frequently if the size of the specified collection is under the speficied max size.
waitForNumber(int[], int) - Static method in class org.spincast.testing.core.utils.SpincastTestUtils
This method checks frequently if the number of the first element of the specified int[] has reached the expected value.
waitForNumber(int[], int, int) - Static method in class org.spincast.testing.core.utils.SpincastTestUtils
This method checks frequently if the number of the first element of the specified int[] has reached the expected value.
waitForSize(Collection<?>, int) - Static method in class org.spincast.testing.core.utils.SpincastTestUtils
This method checks frequently if the size of the specified collection has reached the expected size.
waitForSize(Collection<?>, int, int) - Static method in class org.spincast.testing.core.utils.SpincastTestUtils
This method checks frequently if the size of the specified collection has reached the expected size.
waitForTrue(TrueChecker) - Static method in class org.spincast.testing.core.utils.SpincastTestUtils
Since Websockets are async, it's hard to wait for a specific period of time before validating if an event occured.
waitForTrue(TrueChecker, int) - Static method in class org.spincast.testing.core.utils.SpincastTestUtils
Since Websockets are async, it's hard to wait for a specific period of time before validating if an event occured.
waitForTrueLoopInterval() - Static method in class org.spincast.testing.core.utils.SpincastTestUtils
 
websocket(String) - Method in class org.spincast.testing.core.SpincastIntegrationTestBase
 
websocket(String, boolean) - Method in class org.spincast.testing.core.SpincastIntegrationTestBase
 
websocket(String, boolean, boolean) - Method in class org.spincast.testing.core.SpincastIntegrationTestBase
 
A B C D F G H I O P S T W 
Skip navigation links

Copyright © 2016. All rights reserved.