Searched refs:getIncludedMethods (Results 1 – 15 of 15) sorted by relevance
27 c1.getIncludedMethods().add(include1); in parametersShouldNotBeShadowed()36 c2.getIncludedMethods().add(include2); in parametersShouldNotBeShadowed()
77 c1.getIncludedMethods().add(include1); in privateTestOverrideSuite()
79 findXmlInclude(class1.getIncludedMethods(), o1.getMethod().getMethodName());81 findXmlInclude(class2.getIncludedMethods(), o2.getMethod().getMethodName());
147 createQualifiedMethodNames(xmlClass, toStringList(xmlClass.getIncludedMethods())); in includeMethodFromIncludeExclude()186 if (xmlClass.getIncludedMethods().size() > 0) { in hasIncludedMethods()252 for (XmlInclude m : c.getIncludedMethods()) { in setXmlClasses()
133 for (XmlInclude include : c.getIncludedMethods()) { in findDescription()
182 List<XmlInclude> im = xc.getIncludedMethods(); in toYaml()
779 for (XmlInclude include : xmlClass.getIncludedMethods()) { in findMethodParameters()
117 public List<XmlInclude> getIncludedMethods() { in getIncludedMethods() method in XmlClass170 for (XmlInclude m : getIncludedMethods()) { in toXml()212 result.setIncludedMethods(getIncludedMethods()); in clone()
674 for (XmlInclude xi : c.getIncludedMethods()) { in getInvocationNumbers()
22 c.getIncludedMethods().add(new XmlInclude("test1")); in afterClassShouldRun()
88 cls.getIncludedMethods().add(include); in addMethods()
237 xmlClass.getIncludedMethods().add(new XmlInclude(m)); in addIncludedMethod()
108 public List<XmlInclude> getIncludedMethods() { in getIncludedMethods() method in MethodInstanceTest.XmlClassStub
558 xc.getIncludedMethods().add(includedMethod); in createCommandLineSuitesForMethods()
689 List<XmlInclude> includedMethods = cim.getXmlClass(tc).getIncludedMethods(); in privateRunJUnit()