hudson.plugins.nunit
Interface TestReportArchiver
public interface TestReportArchiver
Interface for mocking out the JUnitArchiver from tests.
|
Method Summary |
boolean |
archive()
Performs the archiving of tests |
archive
boolean archive()
throws InterruptedException,
IOException
- Performs the archiving of tests
- Parameters:
build - the current buildlauncher - the launcherlistener - build listener
- Returns:
- true, if it was successful; false otherwise
- Throws:
InterruptedException
IOException
Copyright © 2004-2012 Hudson. All Rights Reserved.