Exemplo n.º 1
0
 public void GivenValidTemplatePathTestsSetUp()
 {
     TypeFinder = Substitute.For <ITypeFinder>();
     Sut        = new FurnaceObjectTypeFactorySpy(TemplateFilePath, TypeFinder);
 }
Exemplo n.º 2
0
 public void GivenValidTemplatePathTestsSetUp()
 {
     TypeFinder = Substitute.For<ITypeFinder>();
     Sut = new FurnaceObjectTypeFactorySpy(TemplateFilePath, TypeFinder);
 }