public class RegexTest
extends org.bouncycastle.util.test.SimpleTest
Constructor and Description |
---|
RegexTest() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName() |
static void |
main(java.lang.String[] args) |
void |
performTest() |
void |
testCopy() |
void |
testDoNotTolerateNonNullTerminatedStrings() |
void |
testRegexBytesAreNullTerminated() |
void |
testRegexGetRegex() |
public java.lang.String getName()
getName
in interface org.bouncycastle.util.test.Test
getName
in class org.bouncycastle.util.test.SimpleTest
public void performTest() throws java.lang.Exception
performTest
in class org.bouncycastle.util.test.SimpleTest
java.lang.Exception
public void testRegexGetRegex()
public void testRegexBytesAreNullTerminated()
public void testCopy()
public void testDoNotTolerateNonNullTerminatedStrings()
public static void main(java.lang.String[] args) throws java.lang.Exception
java.lang.Exception