문서의 이전 판입니다!
trytestassertjReformat according to Style : checkUse static import if possible : checkShorten FQ names : checkApplicable in Java: statementtry { org.assertj.core.api.Assertions.failBecauseExceptionWasNotThrown($ExceptionClass$.class); } catch ($ExceptionClass$ ex) { org.assertj.core.api.Assertions.assertThat(ex).hasMessage(""); }