public class DLExternalTest extends SimpleTest
SimpleTest.TestExceptionOperation| Constructor and Description |
|---|
DLExternalTest() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName() |
static void |
main(java.lang.String[] args)
Main method to start testing manually outside production
|
void |
performTest() |
void |
testInstantiationByVector()
Checks that the values are correctly instantiated
|
void |
testReadEncoded()
Checks that a DLExternal is created from DER encoded bytes correctly.
|
public void testInstantiationByVector()
throws java.lang.Exception
java.lang.Exception - Will be thrown if there was an
error while performing the testpublic void testReadEncoded()
throws java.lang.Exception
getEncodedjava.lang.Exception - Will be thrown if there was an
error while performing the testpublic java.lang.String getName()
getName in interface TestgetName in class SimpleTestpublic void performTest()
throws java.lang.Exception
performTest in class SimpleTestjava.lang.Exceptionpublic static void main(java.lang.String[] args)
args - Calling arguments (not used here)