ChannelAwareSecurityContextHolderStrategyTest
|
100%
successful |
Tests
Test | Method name | Duration | Result |
---|---|---|---|
clearContext는 현재 채널의 Context 만 제거한다 | clearContext_removesOnlyCurrentChannel() | 0.001s | passed |
채널이 없으면 비어있는 SecurityContext 를 반환하고 맵에 저장하지 않는다 | getContext_noChannel_returnsEmpty() | 0.001s | passed |
채널별로 Context 가 분리된다 (채널1/채널2 서로 다른 인스턴스) | perChannelIsolation() | 0.065s | passed |
setContext는 현재 채널에 매핑된다 | setContext_putsIntoMap() | 0s | passed |