Annotation Type Expect
-
@Target(TYPE) @Retention(RUNTIME) @Documented public @interface Expect
This annotation can be used on integration tests to mark a class as being expected.The class will be in major cases an Exception, an Error or a Throwable. But it can be anything expected.
- Author:
- epo.jemba@kametic.com
-
-
Element Detail
-
value
Class<?> value
-
-