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