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