/// <summary>
 /// Initializes a new instance of the <see cref="TestResultFactory"/> class.
 /// </summary>
 public TestResultFactory()
 {
     trxFileParser = new TrxFileParser();
     nunit2FileParser = new NUnit2FileParser();
     nCrunchCoverageParser = new NCrunchCoverageParser();
 }
示例#2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="TestResultFactory"/> class.
 /// </summary>
 public TestResultFactory()
 {
     trxFileParser         = new TrxFileParser();
     nunit2FileParser      = new NUnit2FileParser();
     nCrunchCoverageParser = new NCrunchCoverageParser();
 }