| java.security.UnresolvedPermission_ImplTest
UnresolvedPermission_ImplTest | public class UnresolvedPermission_ImplTest extends TestCase (Code) | | Tests for UnresolvedPermission class fields and methods
|
Method Summary | |
public void | testEquals() | public void | testResolve() resolve the unresolved permission to the permission of specified class. | public void | testTargetData() This test is valid since 1.5 release only. |
testEquals | public void testEquals()(Code) | | |
testResolve | public void testResolve()(Code) | | resolve the unresolved permission to the permission of specified class.
|
testTargetData | public void testTargetData()(Code) | | This test is valid since 1.5 release only. Checks that UnresolvedPermission returns the proper
data for target permission. For non-empty certificates array,
returns a new array each time this method is called.
|
|
|