Exemplo n.º 1
0
 public TestResultFactory(ITestErrorMessageFactory testErrorMessageFactory, ITestPendingMessageFactory testPendingMessageFactory, ITestAmbiguousMessageFactory testAmbiguousMessageFactory, ITestUndefinedMessageFactory testUndefinedMessageFactory)
 {
     _testErrorMessageFactory     = testErrorMessageFactory;
     _testPendingMessageFactory   = testPendingMessageFactory;
     _testAmbiguousMessageFactory = testAmbiguousMessageFactory;
     _testUndefinedMessageFactory = testUndefinedMessageFactory;
 }