import static org.fest.assertions.api.Assertions.*;
trytestReformat according to Style : checkUse static import if possible : checkShorten FQ names : checkApplicable in Java: statementtry { org.fest.assertions.api.Assertions.failBecauseExceptionWasNotThrown($ExceptionClass$.class); } catch ($ExceptionClass$ ex) { org.fest.assertions.api.Assertions.assertThat(ex).hasMessage(""); }