Class Tests

Object
Tests

public class Tests extends Object
  • Constructor Details

    • Tests

      public Tests()
  • Method Details

    • substitutionMessageEncryptTest1

      public static boolean substitutionMessageEncryptTest1(PrintWriter testFeedback)
    • substitutionMessageEncryptTest2

      public static boolean substitutionMessageEncryptTest2(PrintWriter testFeedback)
    • substitutionMessageDecryptTest1

      public static boolean substitutionMessageDecryptTest1(PrintWriter testFeedback)
    • substitutionMessageDecryptTest2

      public static boolean substitutionMessageDecryptTest2(PrintWriter testFeedback)
    • caesarMessageEncryptionTest1

      public static boolean caesarMessageEncryptionTest1(PrintWriter testFeedback)
    • caesarMessageEncryptionTest2

      public static boolean caesarMessageEncryptionTest2(PrintWriter testFeedback)
    • caesarMessageDecryptionTest1

      public static boolean caesarMessageDecryptionTest1(PrintWriter testFeedback)
    • caesarMessageDecryptionTest2

      public static boolean caesarMessageDecryptionTest2(PrintWriter testFeedback)
    • toStringTest

      public static boolean toStringTest(PrintWriter testFeedback)
    • main

      public static void main(String[] args)