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 java.lang.InterruptedException,
java.io.IOException
- Performs the archiving of tests
- Parameters:
build - the current buildlauncher - the launcherlistener - build listener
- Returns:
- true, if it was successful; false otherwise
- Throws:
java.lang.InterruptedException
java.io.IOException
Copyright © 2009. All Rights Reserved.