Searched defs:calculateInvokedMethodCount (Results 1 - 1 of 1) sorted by relevance

/external/testng/src/main/java/org/testng/internal/
H A DUtils.java403 // public static int calculateInvokedMethodCount(IResultMap map) {
404 // return calculateInvokedMethodCount(
408 public static int calculateInvokedMethodCount(ITestNGMethod[] methods) { method in class:Utils
420 // public static int calculateInvokedMethodCount(Map<ITestNGMethod, ITestResult> methods) {
421 // return calculateInvokedMethodCount(methods.keySet().toArray(new ITestNGMethod[methods.values()

Completed in 118 milliseconds