com.thalesgroup.hudson.plugins.xunit.service
Class XUnitConversionService
java.lang.Object
com.thalesgroup.hudson.plugins.xunit.service.XUnitService
com.thalesgroup.hudson.plugins.xunit.service.XUnitConversionService
- All Implemented Interfaces:
- Serializable
public class XUnitConversionService
- extends XUnitService
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XUnitConversionService
public XUnitConversionService()
convert
public File convert(XUnitToolInfo xUnitToolInfo,
File inputFile,
File workspace,
File junitOutputDirectory)
throws XUnitException
- Converts the inputFile into a JUnit output file
- Parameters:
xUnitToolInfo
- the xUnit info wrapper objectinputFile
- the input file to be convertedworkspace
- the workspacejunitOutputDirectory
- the output parent directory that contains the JUnit output file
- Returns:
- the converted file
- Throws:
XUnitException
- an XUnitException is thrown if there is a conversion error.
Copyright © 2004-2013. All Rights Reserved.