Exemplo n.º 1
0
 public void ShouldThrowExceptionWhenFileNotFound()
 {
     var dummy = AnagramDictionary.Create().WithFile(@"IncorrectPath.txt");
 }
Exemplo n.º 2
0
 public void Initialize()
 {
     TestDictionary = AnagramDictionary.Create().WithFile(@"..\..\Sample.txt");
 }