Imports NUnit.Framework Public Class AtbashTest ' change Ignore to false to run test case or just remove 'Ignore = true' Public Function EncodesWordsUsingAtbashCipher(words As String) As String Return Atbash.Encode(words) End Function End Class