hudson.plugins.nunit
Interface TestReportTransformer

All Known Implementing Classes:
NUnitReportTransformer

public interface TestReportTransformer

Interface for mocking out the NUnitReportTransformer from testing.


Method Summary
 void transform(java.io.InputStream nunitFileStream, java.io.File junitOutputPath)
          Transforms the nunit file stream to junit files in the specified output path
 

Method Detail

transform

void transform(java.io.InputStream nunitFileStream,
               java.io.File junitOutputPath)
               throws java.io.IOException,
                      javax.xml.transform.TransformerException,
                      org.xml.sax.SAXException,
                      javax.xml.parsers.ParserConfigurationException
Transforms the nunit file stream to junit files in the specified output path

Parameters:
nunitFileStream - nunit report file stream
junitOutputPath - the output path to store junit reports to
Throws:
javax.xml.parsers.ParserConfigurationException
java.io.IOException
javax.xml.transform.TransformerException
org.xml.sax.SAXException


Copyright © 2009. All Rights Reserved.