login prehandler

This commit is contained in:
jinho jeong
2022-04-28 19:55:47 +09:00
parent 393986d019
commit 712e855d9d
4 changed files with 18 additions and 1 deletions

View File

@@ -124,4 +124,10 @@ public class UserControllerTest {
actions.andExpectAll(status().isNotFound());
}
@Test
@DisplayName("logout test")
public void logoutTest() throws Exception {
}
}