Class RegexTest

java.lang.Object
org.bouncycastle.util.test.SimpleTest
org.bouncycastle.openpgp.test.RegexTest
All Implemented Interfaces:
org.bouncycastle.util.test.Test

public class RegexTest extends org.bouncycastle.util.test.SimpleTest
  • Constructor Details

    • RegexTest

      public RegexTest()
  • Method Details

    • getName

      public String getName()
      Specified by:
      getName in interface org.bouncycastle.util.test.Test
      Specified by:
      getName in class org.bouncycastle.util.test.SimpleTest
    • performTest

      public void performTest() throws Exception
      Specified by:
      performTest in class org.bouncycastle.util.test.SimpleTest
      Throws:
      Exception
    • testRegexGetRegex

      public void testRegexGetRegex()
    • testRegexBytesAreNullTerminated

      public void testRegexBytesAreNullTerminated()
    • testCopy

      public void testCopy()
    • testDoNotTolerateNonNullTerminatedStrings

      public void testDoNotTolerateNonNullTerminatedStrings()
    • main

      public static void main(String[] args) throws Exception
      Throws:
      Exception