public void BeforeEach()
 {
     fileSystem = new FileSystem();
     theFinder = new DeploymentFolderFinder(fileSystem);
 }
Ejemplo n.º 2
0
 public void BeforeEach()
 {
     fileSystem = new FileSystem();
     theFinder  = new DeploymentFolderFinder(fileSystem);
 }