Class JunitTestReportCollector

  • All Implemented Interfaces:
    TestReportCollector

    @ThreadSafe
    public class JunitTestReportCollector
    extends Object
    implements TestReportCollector
    This class obtains the test results from a directory containing Junit test result file.
    • Constructor Detail

      • JunitTestReportCollector

        public JunitTestReportCollector()
    • Method Detail

      • canIgnoreResultsFrom

        public boolean canIgnoreResultsFrom​(File file)
        Description copied from interface: TestReportCollector
        Checks if file "looks like" containing valid results for this test report collector.
        Specified by:
        canIgnoreResultsFrom in interface TestReportCollector
        Returns:
        true if file should not be handled by this test report collector