Sha256: fb9af089682b56bcda706f47c5574d853f25968edc8a2dc0e1a5c46e8d64c28b
Contents?: true
Size: 787 Bytes
Versions: 396
Compression:
Stored size: 787 Bytes
Contents
Imports NUnit.Framework <TestFixture> Public Class AtbashTest ' change Ignore to false to run test case or just remove 'Ignore = true' <TestCase("no", Result:="ml")> <TestCase("yes", Result:="bvh", Ignore:=True)> <TestCase("OMG", Result:="lnt", Ignore:=True)> <TestCase("mindblowingly", Result:="nrmwy oldrm tob", Ignore:=True)> <TestCase("Testing, 1 2 3, testing.", Result:="gvhgr mt123 gvhgr mt", Ignore:=True)> <TestCase("Truth is fiction.", Result:="gifgs rhurx grlm", Ignore:=True)> <TestCase("The quick brown fox jumps over the lazy dog.", Result:="gsvjf rxpyi ldmul cqfnk hlevi gsvoz abwlt", Ignore:=True)> Public Function EncodesWordsUsingAtbashCipher(words As String) As String Return Atbash.Encode(words) End Function End Class
Version data entries
396 entries across 396 versions & 1 rubygems