Annotation Interface ExpectingBeforeClassException


@Target(TYPE) @Retention(RUNTIME) public @interface ExpectingBeforeClassException
When this annotation is added on a Test Class, the 'beforeClass()' method is expected to fail. To use with SpincastJUnitRunner and BeforeAfterClassMethodsProvider