@Retention(value=RUNTIME) @Target(value=METHOD) public @interface ShouldFailWhen
true and a test fails then the failure is ignored. If the test does not fail
then a failure is reported.
If the condition evaluates to false then the test failure is handled in a usual way.Copyright © 2019 JBoss by Red Hat. All rights reserved.