SecurityContextImplTest
|
100%
successful |
Tests
Test | Method name | Duration | Result |
---|---|---|---|
getAuthentication은 생성자에 전달한 Authentication을 그대로 반환해야 한다 | getAuthentication_returnsSameInstance() | 0s | passed |
null Authentication을 허용하면 그대로 null을 반환한다 | getAuthentication_whenNull() | 0.001s | passed |