Searched refs:mErrorList (Results 1 – 3 of 3) 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()
490 private List<AssertionError> mErrorList = new ArrayList<>(); field in SensorCtsHelper.TestResultCollector517 mErrorList.add(e); in perform()524 if (mErrorList.isEmpty() && mErrorStringList.isEmpty()) { in judge()528 if (mErrorList.size() != mErrorStringList.size()) { in judge()533 for (int i = 0; i < mErrorList.size(); ++i) { in judge()535 .append(mErrorList.get(i).getMessage()).append("; "); in judge()
8079 private final List<String> mErrorList = new ArrayList<>();8100 mErrorList.add(toMsg(requestId, propId, areaId) + " not present");8110 mErrorList.add("The property value for " + requestInfo + " must not be"8117 mErrorList.add("The updateTimestamp value for " + requestInfo + " must"8146 mErrorList.add(toMsg(requestId, propId, areaId) + " not present");8163 mErrorList.add(8175 errorList = new ArrayList<>(mErrorList);