Index
All Classes and Interfaces|All Packages
A
- AppBasedDefaultContextTypesTestingBase - Class in org.spincast.testing.defaults
- AppBasedDefaultContextTypesTestingBase() - Constructor for class org.spincast.testing.defaults.AppBasedDefaultContextTypesTestingBase
- AppBasedWebsocketTestingBase<R extends org.spincast.core.exchange.RequestContext<?>,
W extends org.spincast.core.websocket.WebsocketContext<?>> - Class in org.spincast.testing.defaults -
Base class for WebSocket testing.
- AppBasedWebsocketTestingBase() - Constructor for class org.spincast.testing.defaults.AppBasedWebsocketTestingBase
B
- beforeClass() - Method in class org.spincast.testing.defaults.NoAppStartHttpServerCustomContextTypesTestingBase
-
Don't forget to first call
super.beforeClass() - beforeClass() - Method in class org.spincast.testing.defaults.NoAppWebsocketTestingBase
- beforeStartServer() - Method in class org.spincast.testing.defaults.NoAppStartHttpServerCustomContextTypesTestingBase
-
Allows some initialization to be run once the Guice context is created, but before the Server is started.
- beforeStartServer() - Method in class org.spincast.testing.defaults.NoAppWebsocketTestingBase
-
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.defaults.AppBasedWebsocketTestingBase
- beforeTest() - Method in class org.spincast.testing.defaults.NoAppStartHttpServerCustomContextTypesTestingBase
-
Ran before every test.
- beforeTest() - Method in class org.spincast.testing.defaults.NoAppWebsocketTestingBase
-
Ran before every test.
C
- callAppMainMethod() - Method in class org.spincast.testing.defaults.NoAppStartHttpServerCustomContextTypesTestingBase
- callAppMainMethod() - Method in class org.spincast.testing.defaults.NoAppWebsocketTestingBase
- clearRoutes() - Method in class org.spincast.testing.defaults.NoAppStartHttpServerCustomContextTypesTestingBase
- clearRoutes() - Method in class org.spincast.testing.defaults.NoAppWebsocketTestingBase
- closeAllWebsocketEndpoints() - Method in class org.spincast.testing.defaults.AppBasedWebsocketTestingBase
- createBootstrapper() - Method in class org.spincast.testing.defaults.NoAppStartHttpServerCustomContextTypesTestingBase
- createInjector() - Method in class org.spincast.testing.defaults.NoAppCustomContextTypesTestingBase
G
- getAppTestingConfigs() - Method in class org.spincast.testing.defaults.NoAppStartHttpServerCustomContextTypesTestingBase
- getAppTestingConfigs() - Method in class org.spincast.testing.defaults.NoAppWebsocketTestingBase
- getExtraOverridingModule() - Method in class org.spincast.testing.defaults.AppBasedWebsocketTestingBase
- getExtraOverridingModule() - Method in class org.spincast.testing.defaults.NoAppCustomContextTypesTestingBase
-
Can be overriden with something like :
- getExtraOverridingModule3() - Method in class org.spincast.testing.defaults.AppBasedWebsocketTestingBase
- getExtraPlugins() - Method in class org.spincast.testing.defaults.NoAppCustomContextTypesTestingBase
-
The extra required plugins.
- getGuiceTweakerExtraOverridingModule() - Method in class org.spincast.testing.defaults.NoAppCustomContextTypesTestingBase
-
We make this final to stay consistent with the
AppBasedTestingBasetesting hierarchy: to add an extra Module, you also need to override theNoAppCustomContextTypesTestingBase.getExtraOverridingModule()method here... - getGuiceTweakerExtraPlugins() - Method in class org.spincast.testing.defaults.NoAppCustomContextTypesTestingBase
-
We make this final to stay consistent with the
AppBasedTestingBasetesting hierarchy: to add extra plugins, you also need to override theNoAppCustomContextTypesTestingBase.getExtraPlugins()method here... - getMainArgs() - Method in class org.spincast.testing.defaults.NoAppCustomContextTypesTestingBase
- getMainArgs() - Method in class org.spincast.testing.defaults.NoAppStartHttpServerCustomContextTypesTestingBase
- getMainArgs() - Method in class org.spincast.testing.defaults.NoAppWebsocketTestingBase
- getRequestContextImplementationClass() - Method in class org.spincast.testing.defaults.NoAppCustomContextTypesTestingBase
- getRequestContextImplementationClass() - Method in class org.spincast.testing.defaults.NoAppStartHttpServerCustomContextTypesTestingBase
- getRequestContextImplementationClass() - Method in class org.spincast.testing.defaults.NoAppStartHttpServerTestingBase
- getRequestContextImplementationClass() - Method in class org.spincast.testing.defaults.NoAppTestingBase
- getSecSocketKey() - Method in class org.spincast.testing.defaults.AppBasedWebsocketTestingBase
-
Generates a random String for the "Sec-WebSocket-Key" Websocket header.
- getServerPingIntervalSeconds() - Method in class org.spincast.testing.defaults.AppBasedWebsocketTestingBase
- getSpincastHttpClientUtils() - Method in class org.spincast.testing.defaults.AppBasedWebsocketTestingBase
- getSpincastUndertowConfigImplementation() - Method in class org.spincast.testing.defaults.AppBasedWebsocketTestingBase
- getTestingConfigImplClass() - Method in class org.spincast.testing.defaults.NoAppWebsocketTestingBase
- getTestingConfigImplementationClass2() - Method in class org.spincast.testing.defaults.NoAppStartHttpServerCustomContextTypesTestingBase
- getWebsocketContextImplementationClass() - Method in class org.spincast.testing.defaults.NoAppCustomContextTypesTestingBase
- getWebsocketContextImplementationClass() - Method in class org.spincast.testing.defaults.NoAppStartHttpServerCustomContextTypesTestingBase
- getWebsocketContextImplementationClass() - Method in class org.spincast.testing.defaults.NoAppStartHttpServerTestingBase
- getWebsocketContextImplementationClass() - Method in class org.spincast.testing.defaults.NoAppTestingBase
- getWebsocketTestExpectedWebsocketV13AcceptHeaderValue() - Method in class org.spincast.testing.defaults.AppBasedWebsocketTestingBase
L
- logger - Static variable in class org.spincast.testing.defaults.AppBasedWebsocketTestingBase
- logger - Static variable in class org.spincast.testing.defaults.NoAppWebsocketTestingBase
N
- NoAppCustomContextTypesTestingBase<R extends org.spincast.core.exchange.RequestContext<?>,
W extends org.spincast.core.websocket.WebsocketContext<?>> - Class in org.spincast.testing.defaults - NoAppCustomContextTypesTestingBase() - Constructor for class org.spincast.testing.defaults.NoAppCustomContextTypesTestingBase
- NoAppStartHttpServerCustomContextTypesTestingBase<R extends org.spincast.core.exchange.RequestContext<?>,
W extends org.spincast.core.websocket.WebsocketContext<?>> - Class in org.spincast.testing.defaults -
Base class for testing without an App but when an HTTP server is required.
- NoAppStartHttpServerCustomContextTypesTestingBase() - Constructor for class org.spincast.testing.defaults.NoAppStartHttpServerCustomContextTypesTestingBase
- NoAppStartHttpServerTestingBase - Class in org.spincast.testing.defaults
-
Base class for testing without an App but when an HTTP server is required.
- NoAppStartHttpServerTestingBase() - Constructor for class org.spincast.testing.defaults.NoAppStartHttpServerTestingBase
- NoAppTestingBase - Class in org.spincast.testing.defaults
- NoAppTestingBase() - Constructor for class org.spincast.testing.defaults.NoAppTestingBase
- NoAppWebsocketTestingBase - Class in org.spincast.testing.defaults
-
Base class for WebSocket testing without an App.
- NoAppWebsocketTestingBase() - Constructor for class org.spincast.testing.defaults.NoAppWebsocketTestingBase
O
- org.spincast.testing.defaults - package org.spincast.testing.defaults
R
- removeSpincastRoutesToo() - Method in class org.spincast.testing.defaults.NoAppStartHttpServerCustomContextTypesTestingBase
-
Should the default Spincast Routes be removed too? Or only the custom ones?
- removeSpincastRoutesToo() - Method in class org.spincast.testing.defaults.NoAppWebsocketTestingBase
-
Should the default Spincast Routes be removed too? Or only the custom ones?
S
- spincastHttpClientUtils - Variable in class org.spincast.testing.defaults.AppBasedWebsocketTestingBase
- startServer() - Method in class org.spincast.testing.defaults.NoAppStartHttpServerCustomContextTypesTestingBase
- startServer() - Method in class org.spincast.testing.defaults.NoAppWebsocketTestingBase
V
- validateIsNotWebsocketUpgradeHttpResponse(HttpResponse) - Method in class org.spincast.testing.defaults.AppBasedWebsocketTestingBase
-
Validates the response is NOT a Websocket upgrade permission.
- validateIsWebsocketUpgradeHttpResponse(String, HttpResponse) - Method in class org.spincast.testing.defaults.AppBasedWebsocketTestingBase
-
Validates the response is a Websocket upgrade permission.
W
- websocket(String, boolean, boolean) - Method in class org.spincast.testing.defaults.AppBasedWebsocketTestingBase
All Classes and Interfaces|All Packages