Package org.apache.harmony.beans.tests.support.TInspectorCluster

Examples of org.apache.harmony.beans.tests.support.TInspectorCluster.Ancestor


    /*
     * Test for special case of the same signature but different return type
     */
    public void testExecute_SameSignatureDifferentReturn() throws Exception {
        // Regression for Harmony-5854
        Object[] ancestorArguments = new Object[] { new Ancestor() {
        } };
        Object[] offspringArguments = new Object[] { new Offspring() {
        } };
        String methodName = "visit";
        Statement statement = null;
View Full Code Here


    /*
     * Test for special case of the same signature but differnt return type
     */
    public void testExecute_SameSignatureDifferentReturn() throws Exception {
        // Regression for Harmony-5854
        Object[] ancestorArguments = new Object[] { new Ancestor() {
        } };
        Object[] offspringArguments = new Object[] { new Offspring() {
        } };
        String methodName = "visit";
        Statement statement = null;
View Full Code Here

    /*
     * Test for special case of the same signature but differnt return type
     */
    public void testExecute_SameSignatureDifferentReturn() throws Exception {
        // Regression for Harmony-5854
        Object[] ancestorArguments = new Object[] { new Ancestor() {
        } };
        Object[] offspringArguments = new Object[] { new Offspring() {
        } };
        String methodName = "visit";
        Statement statement = null;
View Full Code Here

TOP

Related Classes of org.apache.harmony.beans.tests.support.TInspectorCluster.Ancestor

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.