@Retention(value=RUNTIME)
@Target(value={METHOD,TYPE})
public @interface FailureExpected
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
jiraKey
The key of a JIRA issue which covers this expected failure.
|
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
message
A message explaining the reason for the expected failure.
|
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.