Interface Validatable

    • Method Summary

      All Methods Static Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      static void reportAndClear​(java.util.List<org.junit.platform.engine.DiscoveryIssue> issues, org.junit.platform.engine.support.discovery.DiscoveryIssueReporter reporter)
      Report and clear the given list of DiscoveryIssues using the supplied DiscoveryIssueReporter.
      void validate​(org.junit.platform.engine.support.discovery.DiscoveryIssueReporter reporter)
      Validate the state of this descriptor and report any issues found to the supplied DiscoveryIssueReporter.
    • Method Detail

      • validate

        void validate​(org.junit.platform.engine.support.discovery.DiscoveryIssueReporter reporter)
        Validate the state of this descriptor and report any issues found to the supplied DiscoveryIssueReporter.
      • reportAndClear

        static void reportAndClear​(java.util.List<org.junit.platform.engine.DiscoveryIssue> issues,
                                   org.junit.platform.engine.support.discovery.DiscoveryIssueReporter reporter)
        Report and clear the given list of DiscoveryIssues using the supplied DiscoveryIssueReporter.