程序包 cn.taketoday.test.context.web.socket
@NonNullApi
@NonNullFields
package cn.taketoday.test.context.web.socket
WebSocket support classes for the TestContext Framework.
-
类类说明Mock implementation of the
ServerContainerinterface.ContextCustomizerthat instantiates a newMockServerContainerand stores it in theServletContextunder the attribute named"jakarta.websocket.server.ServerContainer".ContextCustomizerFactorywhich creates aMockServerContainerContextCustomizerif WebSocket support is present in the classpath and the test class is annotated with@WebAppConfiguration.