Searched refs:mErrorList (Results 1 – 2 of 2) sorted by relevance
34 List<String> mErrorList; field in SoftAssert38 mErrorList = new ArrayList<>(); in SoftAssert()65 mErrorList.add(errorMessage); in assertTrue()140 mErrorList.add(errorMessage); in assertOrWarnTrue()152 if (mErrorList.isEmpty()) { in assertAll()158 for (String msg : mErrorList) { in assertAll()
395 private List<AssertionError> mErrorList = new ArrayList<>(); field in SensorCtsHelper.TestResultCollector422 mErrorList.add(e); in perform()429 if (mErrorList.isEmpty() && mErrorStringList.isEmpty()) { in judge()433 if (mErrorList.size() != mErrorStringList.size()) { in judge()438 for (int i = 0; i < mErrorList.size(); ++i) { in judge()440 .append(mErrorList.get(i).getMessage()).append("; "); in judge()