DefaultWebSocketContainerTest
|
100%
successful |
Tests
Test | Method name | Duration | Result |
---|---|---|---|
세션을 특정 경로에 추가하고 ID로 조회할 수 있다. | addSession_andGetById() | 0.002s | passed |
특정 경로의 모든 세션을 조회할 수 있다. | getSessions_shouldReturnAllSessionsForPath() | 0.002s | passed |
세션이 없는 경로 조회 시 빈 컬렉션을 반환한다. | getSessions_shouldReturnEmptyCollectionForUnknownPath() | 0.001s | passed |
존재하지 않는 세션을 제거해도 오류가 발생하지 않는다. | removeSession_forNonExistentSession() | 0.001s | passed |
세션을 경로와 ID로 정확히 제거할 수 있다. | removeSession_shouldRemoveCorrectSession() | 0.001s | passed |