Exemple #1
0
 public void TestUpperCase()
 {
     CommonTestMethods.TestFullAlphabet(crypterRus.Encrypt, crypterRus.Decrypt, "АБВГДЕЁЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯ");
 }
Exemple #2
0
 public void TestFullAlphabet()
 {
     CommonTestMethods.TestFullAlphabet(crypterRus.Encrypt, crypterRus.Decrypt, "абвгдеёжзийклмнопрстуфхцчшщъыьэюя");
 }
Exemple #3
0
 public void TestFullAlphabet()
 {
     CommonTestMethods.TestFullAlphabet(crypterEng.Encrypt, crypterEng.Decrypt, "abcdefghijklmnopqrstuvwxyz");
 }
Exemple #4
0
 public void TestUpperCase()
 {
     CommonTestMethods.TestFullAlphabet(crypterEng.Encrypt, crypterEng.Decrypt, "ABCDEFGHIJKLMNOPQRSTUVWXYZ");
 }
Exemple #5
0
 public void TestFullAlphabet()
 {
     CommonTestMethods.TestFullAlphabet(crypterDig.Encrypt, crypterDig.Decrypt, "0123456789");
 }