| Class | Description |
|---|---|
| IntegrationTestAppDefaultContextsBase |
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. |
| IntegrationTestNoAppDefaultContextsBase | |
| UnitTestBase |
Base for non integration test classes that
simply need the default implementations of the
required components.
|
| UnitTestDefaultContextsBase |
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.
|
| WebsocketIntegrationTestNoAppBase<R extends org.spincast.core.exchange.RequestContext<?>,W extends org.spincast.core.websocket.WebsocketContext<?>> |
Base class for WebSocket tests without an existing
application.
|
| WebsocketIntegrationTestNoAppDefaultContextsBase |
Base class for WebSocket tests without an existing
application and using the default request context and
the default WebSocket context.
|
Copyright © 2017. All rights reserved.