public void HandleDictionaryTest() { var target = new ExportTheWord(); var actual = target.Handle("Dictionary"); Assert.IsFalse(actual); }
public void HandleScriptureTest() { var target = new ExportTheWord(); var actual = target.Handle("Scripture"); Assert.IsTrue(actual); }