Interface TestReportTransformer

All Known Implementing Classes:
NUnitReportTransformer

public interface TestReportTransformer
Interface for mocking out the NUnitReportTransformer from testing.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    transform(InputStream nunitFileStream, File junitOutputPath)
    Transforms the nunit file stream to junit files in the specified output path