| |
|
| org.apache.harmony.security.tests.SystemScopeTest
SystemScopeTest | public class SystemScopeTest extends TestCase (Code) | | Unit test for class org.apache.harmony.security.SystemScope
|
mode | final static boolean mode(Code) | | |
SystemScopeTest | public SystemScopeTest(String arg0)(Code) | | Constructor for SystemScopeTest.
Parameters: arg0 - |
testAddIdentity | public void testAddIdentity() throws Exception(Code) | | verify that only one identity with given name or public key can be added
i.e. KeyManagementException is thrown
|
testGetIdentityPublicKey | public void testGetIdentityPublicKey() throws Exception(Code) | | |
testGetIdentityString | public void testGetIdentityString() throws Exception(Code) | | |
testRemoveIdentity | public void testRemoveIdentity() throws Exception(Code) | | verify that identities are removed
throws: Exception - |
testSize | public void testSize() throws Exception(Code) | | verify SystemScope.size() returns number of Identities
|
testSystemScope | public void testSystemScope()(Code) | | |
testSystemScopeString | public void testSystemScopeString()(Code) | | |
testSystemScopeStringIdentityScope | public void testSystemScopeStringIdentityScope() throws Exception(Code) | | |
|
|
|