사용자 도구

사이트 도구


java:assertj

AssertJ

IntelliJ Live Template for try/catch

  • abbrevication : trytestassertj
  • Reformat according to Style : check
  • Use static import if possible : check
  • Shorten FQ names : check
  • Applicable in Java: statement
  • Template text :
    try {
        org.assertj.core.api.Assertions.failBecauseExceptionWasNotThrown($ExceptionClass$.class);
    } catch ($ExceptionClass$ ex) {
        org.assertj.core.api.Assertions.assertThat(ex).hasMessage("");
    }

기존 JUnit assert를 AssertJ로 변경하기

assertj-json

참고

java/assertj.txt · 마지막으로 수정됨: 2021/09/03 11:22 저자 kwon37xi