Skip navigation links
B C G I L O S U V W 

B

beforeTest() - Method in class org.spincast.defaults.testing.WebsocketIntegrationTestNoAppBase
 

C

closeAllWebsocketEndpoints() - Method in class org.spincast.defaults.testing.WebsocketIntegrationTestNoAppBase
 
createGuiceTweaker() - Method in class org.spincast.defaults.testing.UnitTestBase
Since we do not call "App.main(...)" in test class in this branch, we don't need to bind the current class to the Guice context : the Server will be started explicitly and the
createInjector() - Method in class org.spincast.defaults.testing.IntegrationTestNoAppDefaultContextsBase
To override if required.
createInjector() - Method in class org.spincast.defaults.testing.UnitTestBase
 
createInjector() - Method in class org.spincast.defaults.testing.WebsocketIntegrationTestNoAppBase
 

G

getExtraOverridingModule() - Method in class org.spincast.defaults.testing.IntegrationTestNoAppDefaultContextsBase
If all the test class wants to tweak from a default Spincast.configure() generated Injector is to add a module, one can be specified by overriding this method.
getExtraOverridingModule() - Method in class org.spincast.defaults.testing.UnitTestBase
If all the test class wants to tweak from a default Spincast.configure() generated Injector is to add a module, one can be specified by overriding this method.
getExtraOverridingModule() - Method in class org.spincast.defaults.testing.WebsocketIntegrationTestNoAppBase
 
getRequestContextImplementationClass() - Method in class org.spincast.defaults.testing.UnitTestBase
 
getSecSocketKey() - Method in class org.spincast.defaults.testing.WebsocketIntegrationTestNoAppBase
Generates a random String for the "Sec-WebSocket-Key" Websocket header.
getServerPingIntervalSeconds() - Method in class org.spincast.defaults.testing.WebsocketIntegrationTestNoAppBase
 
getSpincastHttpClientUtils() - Method in class org.spincast.defaults.testing.WebsocketIntegrationTestNoAppBase
 
getSpincastUndertowConfigImplementation() - Method in class org.spincast.defaults.testing.WebsocketIntegrationTestNoAppBase
 
getWebsocketContextImplementationClass() - Method in class org.spincast.defaults.testing.UnitTestBase
 
getWebsocketTestExpectedWebsocketV13AcceptHeaderValue() - Method in class org.spincast.defaults.testing.WebsocketIntegrationTestNoAppBase
 

I

IntegrationTestAppDefaultContextsBase - Class in org.spincast.defaults.testing
Base for integration test classes that use an existing Application to start the Server (calling its main() method) and uses the default Request context type and WebSocket Context type.
IntegrationTestAppDefaultContextsBase() - Constructor for class org.spincast.defaults.testing.IntegrationTestAppDefaultContextsBase
 
IntegrationTestNoAppDefaultContextsBase - Class in org.spincast.defaults.testing
 
IntegrationTestNoAppDefaultContextsBase() - Constructor for class org.spincast.defaults.testing.IntegrationTestNoAppDefaultContextsBase
 

L

logger - Variable in class org.spincast.defaults.testing.WebsocketIntegrationTestNoAppBase
 

O

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

S

spincastHttpClientUtils - Variable in class org.spincast.defaults.testing.WebsocketIntegrationTestNoAppBase
 

U

UnitTestBase - Class in org.spincast.defaults.testing
Base for non integration test classes that simply need the default implementations of the required components.
UnitTestBase() - Constructor for class org.spincast.defaults.testing.UnitTestBase
 
UnitTestBase(Class<? extends RequestContext<?>>, Class<? extends WebsocketContext<?>>) - Constructor for class org.spincast.defaults.testing.UnitTestBase
 
UnitTestDefaultContextsBase - Class in org.spincast.defaults.testing
Base for non integration test classes that simply need the default implementations of the required components and use the default Request context type and default Websocket context type.
UnitTestDefaultContextsBase() - Constructor for class org.spincast.defaults.testing.UnitTestDefaultContextsBase
 

V

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

W

websocket(String, boolean, boolean) - Method in class org.spincast.defaults.testing.WebsocketIntegrationTestNoAppBase
 
WebsocketIntegrationTestNoAppBase<R extends org.spincast.core.exchange.RequestContext<?>,W extends org.spincast.core.websocket.WebsocketContext<?>> - Class in org.spincast.defaults.testing
Base class for WebSocket tests without an existing application.
WebsocketIntegrationTestNoAppBase() - Constructor for class org.spincast.defaults.testing.WebsocketIntegrationTestNoAppBase
 
WebsocketIntegrationTestNoAppDefaultContextsBase - Class in org.spincast.defaults.testing
Base class for WebSocket tests without an existing application and using the default request context and the default WebSocket context.
WebsocketIntegrationTestNoAppDefaultContextsBase() - Constructor for class org.spincast.defaults.testing.WebsocketIntegrationTestNoAppDefaultContextsBase
 
B C G I L O S U V W 
Skip navigation links

Copyright © 2017. All rights reserved.