Class RegexTest

  • All Implemented Interfaces:
    org.bouncycastle.util.test.Test

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

      • RegexTest

        public RegexTest()
    • Method Detail

      • getName

        public java.lang.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 java.lang.Exception
        Specified by:
        performTest in class org.bouncycastle.util.test.SimpleTest
        Throws:
        java.lang.Exception
      • testRegexGetRegex

        public void testRegexGetRegex()
      • testRegexBytesAreNullTerminated

        public void testRegexBytesAreNullTerminated()
      • testCopy

        public void testCopy()
      • testDoNotTolerateNonNullTerminatedStrings

        public void testDoNotTolerateNonNullTerminatedStrings()
      • main

        public static void main​(java.lang.String[] args)
                         throws java.lang.Exception
        Throws:
        java.lang.Exception