java.lang.Object
net.brabenetz.app.springstompserver.SpringStompServerApplicationTests
@SpringBootTest(webEnvironment=RANDOM_PORT)
class SpringStompServerApplicationTests
extends Object
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
SpringStompServerApplicationTests
SpringStompServerApplicationTests()
-
Method Details
-
init
@BeforeEach
public void init()
-
cleanupSession
@AfterEach
public void cleanupSession()
-
testStompWebsocketEndpoint
@Test
public void testStompWebsocketEndpoint()
throws
Exception
- Throws:
Exception
-
testStompWebsocketEndpointWithSockJs
@Test
public void testStompWebsocketEndpointWithSockJs()
throws
Exception
- Throws:
Exception
-
testStompWebsocketEndpointWithInitialLoad
@Test
public void testStompWebsocketEndpointWithInitialLoad()
throws
Exception
- Throws:
Exception