Class DefaultDiscoveryIssue
java.lang.Object
org.junit.platform.engine.DefaultDiscoveryIssue
- All Implemented Interfaces:
DiscoveryIssue
- Since:
- 1.13
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface DiscoveryIssue
DiscoveryIssue.Severity -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Throwableprivate final Stringprivate final DiscoveryIssue.Severityprivate final TestSource -
Constructor Summary
Constructors -
Method Summary
Methods inherited from interface DiscoveryIssue
withMessage
-
Field Details
-
severity
-
message
-
source
-
cause
-
-
Constructor Details
-
DefaultDiscoveryIssue
DefaultDiscoveryIssue(DefaultDiscoveryIssue.Builder builder)
-
-
Method Details
-
severity
Description copied from interface:DiscoveryIssueReturns the severity of this issue.- Specified by:
severityin interfaceDiscoveryIssue- Returns:
- the severity of this issue
-
message
Description copied from interface:DiscoveryIssueReturns the message of this issue.- Specified by:
messagein interfaceDiscoveryIssue- Returns:
- the message of this issue
-
source
Description copied from interface:DiscoveryIssueReturns the source of this issue.- Specified by:
sourcein interfaceDiscoveryIssue- Returns:
- the source of this issue
-
cause
Description copied from interface:DiscoveryIssueReturns the cause of this issue.- Specified by:
causein interfaceDiscoveryIssue- Returns:
- the cause of this issue
-
equals
-
hashCode
-
toString
-