コード例 #1
0
ファイル: EnglishTest.cs プロジェクト: ZalkinV/Crypter
 public void TestDifferentShift()
 {
     CommonTestMethods.TestDifferentShift(crypterEng.Encrypt, crypterEng.Decrypt, "abcdefghijklmnopqrstuvwxyz");
 }
コード例 #2
0
 public void TestDifferentShift()
 {
     CommonTestMethods.TestDifferentShift(crypterRus.Encrypt, crypterRus.Decrypt, "абвгдеёжзийклмнопрстуфхцчшщъыьэюя");
 }
コード例 #3
0
 public void TestDifferentShift()
 {
     CommonTestMethods.TestDifferentShift(crypterDig.Encrypt, crypterDig.Decrypt, "0123456789");
 }