Exemplo n.º 1
0
 public void HandleDictionaryTest()
 {
     var target = new ExportTheWord();
     var actual = target.Handle("Dictionary");
     Assert.IsFalse(actual);
 }
Exemplo n.º 2
0
 public void HandleScriptureTest()
 {
     var target = new ExportTheWord();
     var actual = target.Handle("Scripture");
     Assert.IsTrue(actual);
 }