Skip navigation links
A B C G L N O R S V W 

A

AppBasedDefaultContextTypesTestingBase - Class in org.spincast.defaults.testing
 
AppBasedDefaultContextTypesTestingBase() - Constructor for class org.spincast.defaults.testing.AppBasedDefaultContextTypesTestingBase
 
AppBasedWebsocketTestingBase<R extends org.spincast.core.exchange.RequestContext<?>,W extends org.spincast.core.websocket.WebsocketContext<?>> - Class in org.spincast.defaults.testing
Base class for WebSocket testing.
AppBasedWebsocketTestingBase() - Constructor for class org.spincast.defaults.testing.AppBasedWebsocketTestingBase
 

B

beforeClass() - Method in class org.spincast.defaults.testing.NoAppStartHttpServerCustomContextTypesTestingBase
Don't forget to first call super.beforeClass()
beforeClass() - Method in class org.spincast.defaults.testing.NoAppWebsocketTestingBase
 
beforeStartServer() - Method in class org.spincast.defaults.testing.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.defaults.testing.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.defaults.testing.AppBasedWebsocketTestingBase
 
beforeTest() - Method in class org.spincast.defaults.testing.NoAppStartHttpServerCustomContextTypesTestingBase
Ran before every test.
beforeTest() - Method in class org.spincast.defaults.testing.NoAppWebsocketTestingBase
Ran before every test.

C

callAppMainMethod() - Method in class org.spincast.defaults.testing.NoAppStartHttpServerCustomContextTypesTestingBase
 
callAppMainMethod() - Method in class org.spincast.defaults.testing.NoAppWebsocketTestingBase
 
clearRoutes() - Method in class org.spincast.defaults.testing.NoAppStartHttpServerCustomContextTypesTestingBase
 
clearRoutes() - Method in class org.spincast.defaults.testing.NoAppWebsocketTestingBase
 
closeAllWebsocketEndpoints() - Method in class org.spincast.defaults.testing.AppBasedWebsocketTestingBase
 
createBootstrapper() - Method in class org.spincast.defaults.testing.NoAppStartHttpServerCustomContextTypesTestingBase
 
createInjector() - Method in class org.spincast.defaults.testing.NoAppCustomContextTypesTestingBase
 

G

getAppTestingConfigs() - Method in class org.spincast.defaults.testing.NoAppStartHttpServerCustomContextTypesTestingBase
 
getAppTestingConfigs() - Method in class org.spincast.defaults.testing.NoAppWebsocketTestingBase
 
getExtraOverridingModule() - Method in class org.spincast.defaults.testing.AppBasedWebsocketTestingBase
 
getExtraOverridingModule() - Method in class org.spincast.defaults.testing.NoAppCustomContextTypesTestingBase
Can be overriden with something like :
getExtraOverridingModule3() - Method in class org.spincast.defaults.testing.AppBasedWebsocketTestingBase
 
getExtraPlugins() - Method in class org.spincast.defaults.testing.NoAppCustomContextTypesTestingBase
The extra required plugins.
getGuiceTweakerExtraOverridingModule() - Method in class org.spincast.defaults.testing.NoAppCustomContextTypesTestingBase
We make this final to stay consistent with the AppBasedTestingBase testing hierarchy: to add an extra Module, you also need to override the NoAppCustomContextTypesTestingBase.getExtraOverridingModule() method here...
getGuiceTweakerExtraPlugins() - Method in class org.spincast.defaults.testing.NoAppCustomContextTypesTestingBase
We make this final to stay consistent with the AppBasedTestingBase testing hierarchy: to add extra plugins, you also need to override the NoAppCustomContextTypesTestingBase.getExtraPlugins() method here...
getMainArgs() - Method in class org.spincast.defaults.testing.NoAppCustomContextTypesTestingBase
 
getMainArgs() - Method in class org.spincast.defaults.testing.NoAppStartHttpServerCustomContextTypesTestingBase
 
getMainArgs() - Method in class org.spincast.defaults.testing.NoAppWebsocketTestingBase
 
getRequestContextImplementationClass() - Method in class org.spincast.defaults.testing.NoAppCustomContextTypesTestingBase
 
getRequestContextImplementationClass() - Method in class org.spincast.defaults.testing.NoAppStartHttpServerCustomContextTypesTestingBase
 
getRequestContextImplementationClass() - Method in class org.spincast.defaults.testing.NoAppStartHttpServerTestingBase
 
getRequestContextImplementationClass() - Method in class org.spincast.defaults.testing.NoAppTestingBase
 
getSecSocketKey() - Method in class org.spincast.defaults.testing.AppBasedWebsocketTestingBase
Generates a random String for the "Sec-WebSocket-Key" Websocket header.
getServerPingIntervalSeconds() - Method in class org.spincast.defaults.testing.AppBasedWebsocketTestingBase
 
getSpincastHttpClientUtils() - Method in class org.spincast.defaults.testing.AppBasedWebsocketTestingBase
 
getSpincastUndertowConfigImplementation() - Method in class org.spincast.defaults.testing.AppBasedWebsocketTestingBase
 
getTestingConfigImplClass() - Method in class org.spincast.defaults.testing.NoAppWebsocketTestingBase
 
getTestingConfigImplementationClass2() - Method in class org.spincast.defaults.testing.NoAppStartHttpServerCustomContextTypesTestingBase
 
getWebsocketContextImplementationClass() - Method in class org.spincast.defaults.testing.NoAppCustomContextTypesTestingBase
 
getWebsocketContextImplementationClass() - Method in class org.spincast.defaults.testing.NoAppStartHttpServerCustomContextTypesTestingBase
 
getWebsocketContextImplementationClass() - Method in class org.spincast.defaults.testing.NoAppStartHttpServerTestingBase
 
getWebsocketContextImplementationClass() - Method in class org.spincast.defaults.testing.NoAppTestingBase
 
getWebsocketTestExpectedWebsocketV13AcceptHeaderValue() - Method in class org.spincast.defaults.testing.AppBasedWebsocketTestingBase
 

L

logger - Variable in class org.spincast.defaults.testing.AppBasedWebsocketTestingBase
 
logger - Variable in class org.spincast.defaults.testing.NoAppWebsocketTestingBase
 

N

NoAppCustomContextTypesTestingBase<R extends org.spincast.core.exchange.RequestContext<?>,W extends org.spincast.core.websocket.WebsocketContext<?>> - Class in org.spincast.defaults.testing
 
NoAppCustomContextTypesTestingBase() - Constructor for class org.spincast.defaults.testing.NoAppCustomContextTypesTestingBase
 
NoAppStartHttpServerCustomContextTypesTestingBase<R extends org.spincast.core.exchange.RequestContext<?>,W extends org.spincast.core.websocket.WebsocketContext<?>> - Class in org.spincast.defaults.testing
Base class for testing without an App but when an HTTP server is required.
NoAppStartHttpServerCustomContextTypesTestingBase() - Constructor for class org.spincast.defaults.testing.NoAppStartHttpServerCustomContextTypesTestingBase
 
NoAppStartHttpServerTestingBase - Class in org.spincast.defaults.testing
Base class for testing without an App but when an HTTP server is required.
NoAppStartHttpServerTestingBase() - Constructor for class org.spincast.defaults.testing.NoAppStartHttpServerTestingBase
 
NoAppTestingBase - Class in org.spincast.defaults.testing
 
NoAppTestingBase() - Constructor for class org.spincast.defaults.testing.NoAppTestingBase
 
NoAppWebsocketTestingBase - Class in org.spincast.defaults.testing
Base class for WebSocket testing without an App.
NoAppWebsocketTestingBase() - Constructor for class org.spincast.defaults.testing.NoAppWebsocketTestingBase
 

O

org.spincast.defaults.testing - package org.spincast.defaults.testing
 

R

removeSpincastRoutesToo() - Method in class org.spincast.defaults.testing.NoAppStartHttpServerCustomContextTypesTestingBase
Should the default Spincast Routes be removed too? Or only the custom ones?
removeSpincastRoutesToo() - Method in class org.spincast.defaults.testing.NoAppWebsocketTestingBase
Should the default Spincast Routes be removed too? Or only the custom ones?

S

spincastHttpClientUtils - Variable in class org.spincast.defaults.testing.AppBasedWebsocketTestingBase
 
startServer() - Method in class org.spincast.defaults.testing.NoAppStartHttpServerCustomContextTypesTestingBase
 
startServer() - Method in class org.spincast.defaults.testing.NoAppWebsocketTestingBase
 

V

validateIsNotWebsocketUpgradeHttpResponse(HttpResponse) - Method in class org.spincast.defaults.testing.AppBasedWebsocketTestingBase
Validates the response is NOT a Websocket upgrade permission.
validateIsWebsocketUpgradeHttpResponse(String, HttpResponse) - Method in class org.spincast.defaults.testing.AppBasedWebsocketTestingBase
Validates the response is a Websocket upgrade permission.

W

websocket(String, boolean, boolean) - Method in class org.spincast.defaults.testing.AppBasedWebsocketTestingBase
 
A B C G L N O R S V W 
Skip navigation links

Copyright © 2019. All rights reserved.