| Package | Description |
|---|---|
| org.spincast.defaults.testing | |
| org.spincast.testing.core |
| Modifier and Type | Class and Description |
|---|---|
class |
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. |
class |
IntegrationTestNoAppDefaultContextsBase |
class |
WebsocketIntegrationTestNoAppBase<R extends RequestContext<?>,W extends WebsocketContext<?>>
Base class for WebSocket tests without an existing
application.
|
class |
WebsocketIntegrationTestNoAppDefaultContextsBase
Base class for WebSocket tests without an existing
application and using the default request context and
the default WebSocket context.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IntegrationTestAppBase<R extends RequestContext<?>,W extends WebsocketContext<?>>
Base for integration test classes that use an existing
Application to start the Server (calling its
main()
method). |
class |
IntegrationTestNoAppBase<R extends RequestContext<?>,W extends WebsocketContext<?>>
Base class for integration testing when there is no
Application to start via a
main() method. |
Copyright © 2017. All rights reserved.