Searched refs:actualCount (Results 1 – 1 of 1) sorted by relevance
145 Integer actualCount = null; in parseOutputFile() local191 actualCount = 1 + Integer.valueOf(actualMatcher.group(3)); in parseOutputFile()192 CLog.d(String.format("Found actual count for key \"%s\": %s", key, actualCount)); in parseOutputFile()195 if ((key != null) && (expectedCount != null) && (actualCount != null)) { in parseOutputFile()196 metrics.put(key, String.format("%d", actualCount)); in parseOutputFile()199 actualCount = null; in parseOutputFile()