Package org.apache.harmony.security.tests.support

Examples of org.apache.harmony.security.tests.support.MyPermission


    /**
     * @see com.intel.drl.test.SerializationTest#getData()
     */
    protected Object[] getData() {
        return new Object[] { new MyPermission(null),
                new MyPermission("IYF&*%^sd 43") };
    }
View Full Code Here


    /**
     * @see com.intel.drl.test.SerializationTest#getData()
     */
    protected Object[] getData() {
        return new Object[] { new MyPermission(null),
                new MyPermission("IYF&*%^sd 43") };
    }
View Full Code Here

TOP

Related Classes of org.apache.harmony.security.tests.support.MyPermission

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.