Class EngineDiscoveryResults


  • @API(status=MAINTAINED,
         since="1.13.3")
    public class EngineDiscoveryResults
    extends java.lang.Object
    EngineDiscoveryResults represents the results of test discovery by a TestEngine on the JUnit Platform and provides access to the TestDescriptor of the engine and any DiscoveryIssues that were encountered.
    Since:
    1.13
    • Field Detail

      • discoveryIssues

        private final java.util.List<DiscoveryIssue> discoveryIssues
    • Constructor Detail

    • Method Detail

      • getEngineDescriptor

        public TestDescriptor getEngineDescriptor()
        {@return the root {@link TestDescriptor} of the engine}
      • getDiscoveryIssues

        public java.util.List<DiscoveryIssue> getDiscoveryIssues()
        {@return the issues that were encountered during discovery}