@Inherited @Target(value={TYPE,METHOD,ANNOTATION_TYPE}) @Retention(value=RUNTIME) @Repeatable(value=FailureExpectedGroup.class) @Tag(value="failure-expected") @ExtendWith(value=FailureExpectedExtension.class) public @interface FailureExpected
FailureExpectedExtension| Modifier and Type | Fields and Description |
|---|---|
static String |
VALIDATE_FAILURE_EXPECTED
Setting used to indicate that FailureExpected tests should be run and
that we should validate they still fail.
|
public static final String VALIDATE_FAILURE_EXPECTED
public abstract String value
public abstract String jiraKey
Copyright © 2001-2019 Red Hat, Inc. All Rights Reserved.