Sha256: a254caaf64179d2978a3bda9f7f9d4a348a89bc8d8e29fbec64d583096eb235b
Contents?: true
Size: 815 Bytes
Versions: 91
Compression:
Stored size: 815 Bytes
Contents
module AtbashTest open NUnit.Framework open Atbash [<TestCase("no", ExpectedResult = "ml")>] [<TestCase("yes", ExpectedResult = "bvh", Ignore = "Remove to run test case")>] [<TestCase("OMG", ExpectedResult = "lnt", Ignore = "Remove to run test case")>] [<TestCase("mindblowingly", ExpectedResult = "nrmwy oldrm tob", Ignore = "Remove to run test case")>] [<TestCase("Testing, 1 2 3, testing.", ExpectedResult = "gvhgr mt123 gvhgr mt", Ignore = "Remove to run test case")>] [<TestCase("Truth is fiction.", ExpectedResult = "gifgs rhurx grlm", Ignore = "Remove to run test case")>] [<TestCase("The quick brown fox jumps over the lazy dog.", ExpectedResult = "gsvjf rxpyi ldmul cqfnk hlevi gsvoz abwlt", Ignore = "Remove to run test case")>] let ``Encodes words using atbash cipher`` words = encode words
Version data entries
91 entries across 91 versions & 1 rubygems