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