|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.thalesgroup.hudson.plugins.xunit.service.XUnitConversionService
public class XUnitConversionService
| Constructor Summary | |
|---|---|
XUnitConversionService()
|
|
| Method Summary | |
|---|---|
java.io.File |
convert(XUnitToolInfo xUnitToolInfo,
java.io.File inputFile,
java.io.File workspace,
java.io.File junitOutputDirectory)
Converts the inputFile into a JUnit output file |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XUnitConversionService()
| Method Detail |
|---|
public java.io.File convert(XUnitToolInfo xUnitToolInfo,
java.io.File inputFile,
java.io.File workspace,
java.io.File junitOutputDirectory)
throws XUnitException
xUnitToolInfo - the xUnit info wrapper objectinputFile - the input file to be convertedworkspace - the workspacejunitOutputDirectory - the output parent directory that contains the JUnit output file
XUnitException - an XUnitException is thrown if there is a conversion error.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||