Class NUnitReportTransformer

java.lang.Object
hudson.plugins.nunit.NUnitReportTransformer
All Implemented Interfaces:
TestReportTransformer, Serializable

public class NUnitReportTransformer extends Object implements TestReportTransformer, Serializable
Transforms a NUnit report into seperate JUnit reports. The NUnit report can contain several test cases and the JUnit report that is read by Jenkins should only contain one. This class will split up one NUnit report into several JUnit files.
See Also: