Package net.sourceforge.purrpackage.model

Examples of net.sourceforge.purrpackage.model.MethodDataPair


        } else {
            assertNull(cdh.getSamePackageData());
        }
        String prev = placeInTree;
        for (Object o : cdh.getChildKeys()) {
            MethodDataPair mdh = cdh.getChild(o);
            assertSame(mdh.getParent(), cdh);
            checkMethod(mdh);
            placeInTree = prev;
        }
        assertEquals(cdh.getHasBranches(), hasBranches);
    }
View Full Code Here

TOP

Related Classes of net.sourceforge.purrpackage.model.MethodDataPair

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.