-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
관리자 API를 제외한 전체에 대한 문서화 테스트를 작성한다. #553
Comments
UserRestController 제외 남은 문서화 테스트
|
다른 프로젝트 스니펫 디렉토리 이름의 예
스니펫 디렉토리 명명 규칙
e.g.
|
문제스프링 부트 2.3.3에서 해결 방법
원인
// 5.2.x
// MockMultipartHttpServletRequestBuilder.java#L61-L64
MockMultipartHttpServletRequestBuilder(String urlTemplate, Object... uriVariables) {
super(HttpMethod.POST, urlTemplate, uriVariables);
super.contentType(MediaType.MULTIPART_FORM_DATA);
} 참고 자료
|
content { json(objectMapper.writeValueAsString(this.success(response))) }
content { json("{}") }
content { json("{}", false) } // pass
content { json("{}", true) } // fail
|
3일
The text was updated successfully, but these errors were encountered: