- All Known Implementing Classes:
ClassBasedTestDescriptor
,ClassTemplateTestDescriptor
,ClassTestDescriptor
,NestedClassTestDescriptor
Interface for descriptors that can be validated during discovery.
- Since:
- 5.13
-
Method Summary
Modifier and TypeMethodDescriptionvoid
validate
(DiscoveryIssueReporter reporter) Validate the state of this descriptor and report any issues found to the suppliedDiscoveryIssueReporter
.
-
Method Details
-
validate
Validate the state of this descriptor and report any issues found to the suppliedDiscoveryIssueReporter
.
-