@Inherited @Target(value={TYPE,METHOD,ANNOTATION_TYPE}) @Retention(value=RUNTIME) @Repeatable(value=FailureExpectedGroup.class) @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 reason
public abstract String jiraKey
Copyright © 2001-2024 Red Hat, Inc. All Rights Reserved.