Package org.seedstack.seed.testing
Annotation Type Expected
-
@Target({TYPE,METHOD}) @Retention(RUNTIME) @Documented @Inherited public @interface Expected
This annotation can be used to specify the expected error conditions to occur during the launch of the tested application.It cannot be used to specify the expected error conditions to occur during the test itself.