Interface TestReportArchiver
public interface TestReportArchiver
Interface for mocking out the JUnitArchiver from tests.
-
Method Summary
-
Method Details
-
archive
Performs the archiving of test- Returns:
- true, if it was successful; false otherwise
- Throws:
InterruptedExceptionIOException
-