| org.apache.harmony.security.tests.PolicyEntryTest
PolicyEntryTest | public class PolicyEntryTest extends TestCase (Code) | | TODO Put your class description here
|
testCtor | public void testCtor()(Code) | | Tests constructor and accessors of PolicyEntry
|
testImpliesCodeSource | public void testImpliesCodeSource() throws Exception(Code) | | Null CodeSource of PolicyEntry implies any CodeSource; non-null
CodeSource should delegate to its own imply() functionality
|
testImpliesPrincipals | public void testImpliesPrincipals()(Code) | | Null or empty set of Principals of PolicyEntry implies any Principals;
otherwise tested set must contain all Principals of PolicyEntry.
|
|
|