Exemplo n.º 1
0
 public void Setup()
 {
     _mockFileSystemService = new Mock <IFileSystemService>();
     _repository            = new PersistantDataRepository(_mockFileSystemService.Object);
 }
Exemplo n.º 2
0
 public void FixtureSetup()
 {
     _fileName = PersistantDataRepository.GetFileName();
 }