hudson.plugins.jsunit
Interface TestReportTransformer

All Known Implementing Classes:
JSUnitReportTransformer

public interface TestReportTransformer

Interface for mocking out the JSUnitReportTransformer from testing.


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

Method Detail

transform

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

Parameters:
jsUnitFileStream - jsUnit 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.