Example #1
0
 public void Dispose()
 {
     _authorRepository  = null;
     _authorsController = null;
 }
Example #2
0
 public TestDoubles()
 {
     _authorRepository  = new FakeAuthorRepository();
     _authorsController = new AuthorsController(_authorRepository);
 }