HomeSort by relevance Sort by last modified time
    Searched defs:calculateInvokedMethodCount (Results 1 - 4 of 4) sorted by null

  /external/testng/src/main/java/org/testng/reporters/
TextReporter.java 107 logBuf.append(" Tests run: ").append(Utils.calculateInvokedMethodCount(getAllTestMethods()))
108 .append(", Failures: ").append(Utils.calculateInvokedMethodCount(ft))
109 .append(", Skips: ").append(Utils.calculateInvokedMethodCount(resultsToMethods(getSkippedTests())));
VerboseReporter.java 142 sb.append(" Tests run: ").append(Utils.calculateInvokedMethodCount(getAllTestMethods()));
143 sb.append(", Failures: ").append(Utils.calculateInvokedMethodCount(ft));
144 sb.append(", Skips: ").append(Utils.calculateInvokedMethodCount(resultsToMethods(getSkippedTests())));
  /external/testng/src/main/java/org/testng/internal/
Utils.java 403 // public static int calculateInvokedMethodCount(IResultMap map) {
404 // return calculateInvokedMethodCount(
408 public static int calculateInvokedMethodCount(ITestNGMethod[] methods) {
420 // public static int calculateInvokedMethodCount(Map<ITestNGMethod, ITestResult> methods) {
421 // return calculateInvokedMethodCount(methods.keySet().toArray(new ITestNGMethod[methods.values()
  /prebuilts/tools/common/m2/repository/org/testng/testng/6.9.10/
testng-6.9.10.jar 

Completed in 47 milliseconds