See: Description
| Class | Description |
|---|---|
| MockServerContainer |
Mock implementation of the
javax.websocket.server.ServerContainer interface. |
| MockServerContainerContextCustomizer |
ContextCustomizer that instantiates a new MockServerContainer
and stores it in the ServletContext under the attribute named
"javax.websocket.server.ServerContainer". |
| MockServerContainerContextCustomizerFactory |
ContextCustomizerFactory which creates a MockServerContainerContextCustomizer
if WebSocket support is present in the classpath and the test class is annotated
with @WebAppConfiguration. |