DiscoveryIssue represents an issue that was encountered during test
discovery by a
TestEngine.
- Since:
- 1.13
-
Nested Class Summary
Nested Classes
static interface
Builder for creating a DiscoveryIssue.
static enum
The severity of a DiscoveryIssue.
-
Method Summary
Returns the cause of this issue.
Returns the message of this issue.
Returns the severity of this issue.
Returns the source of this issue.
Create a copy of this issue with the modified message produced by the
supplied operator.
-
Method Details
-
-
-
severity
Returns the severity of this issue.
- Returns:
- the severity of this issue
-
message
Returns the message of this issue.
- Returns:
- the message of this issue
-
source
Returns the source of this issue.
- Returns:
- the source of this issue
-
cause
Returns the cause of this issue.
- Returns:
- the cause of this issue
-
withMessage
Create a copy of this issue with the modified message produced by the
supplied operator.