Searched defs:methodNames (Results 1 – 11 of 11) sorted by relevance
64 String[] methodNames = method.getAnnotation(DataPoint.class).value(); in getSingleDataPointMethods() local81 String[] methodNames = method.getAnnotation(DataPoints.class).value(); in getDataPointsMethods() local
13 private final List<String> methodNames = new ArrayList<>(); field in MyTransformer
58 Set<String> methodNames = new LinkedHashSet<>(); in mergeQualificationAndArgs() local
100 protected void verifyPassedTests(TestListenerAdapter tla, String... methodNames) { in verifyPassedTests()106 Assert.assertEquals(it.next().getName(), methodNames[i++]); in verifyPassedTests() local
81 String methodNames[] = { in testMethods001() local
82 String methodNames[] = { in testMethodsWithGeneric001() local
59 Collection<String> methodNames, Collection<String> groupNames, in createCustomizedSuite()
245 final Collection<String> methodNames, in MethodsSuite()325 Collection<String> methodNames= sanitize(entry.getValue()); in initContentBuffer() local
215 List<XmlInclude> methodNames= Lists.newArrayList(methodList.size()); in createXmlClasses() local
521 StringBuffer methodNames = new StringBuffer(); in generateMethodsAndGroups() local
301 String... methodNames) { in assertPoints()