Searched refs:mErrorList (Results 1 – 1 of 1) sorted by relevance
34 List<String> mErrorList; field in SoftAssert38 mErrorList = new ArrayList<>(); in SoftAssert()61 mErrorList.add(errorMessage); in assertTrue()123 mErrorList.add(errorMessage); in assertOrWarnTrue()135 if (mErrorList.isEmpty()) { in assertAll()141 for (String msg : mErrorList) { in assertAll()