public class CodeSignerTest
extends TestCase
Constructor and Description |
---|
CodeSignerTest() |
Modifier and Type | Method and Description |
---|---|
void |
testCodeSigner_00()
must throw NPE if signerCertPath is null
|
void |
testCodeSigner_01()
timestamp can be null
|
void |
testCodeSigner_02()
Not null parameters
|
void |
testEqualsObject()
Test various assertions about equals()
|
void |
testGetSignerCertPath()
Tests CodeSigner.getSignerCertPath()
|
void |
testGetTimestamp()
Tests CodeSigner.getTimeStamp()
|
void |
testHashCode()
Tests CodeSigner.hashCode()
|
void |
testToString()
Tests CodeSigner.toString()
|
public void testCodeSigner_00()
public final void testCodeSigner_01()
public final void testCodeSigner_02()
public final void testEqualsObject()
public void testGetSignerCertPath()
public void testGetTimestamp()
public void testToString()
public void testHashCode()