Test1 Test 코드로 인해서 생성되는 파일 관리(자바의 파일 삭제) 수정 전 코드 @Test public void 유저객체생성확인() throws Exception { //이름에 넘길 파라미터 네임 MockMultipartFile file = new MockMultipartFile("profileImg", "image.jpg", "image/jpeg", "".getBytes(StandardCharsets.UTF_8)); MemberRequestDto userMakeDto = new MemberRequestDto("password", "loginId", "nick", "bo@google.com", file); //when mockMvc.perform(multipart("/auth/signup") .file(file) .param("password", userMakeDto... Spring,SpringBoot 2023. 5. 1. 이전 1 다음