Searched refs:SoftAssert (Results 1 – 3 of 3) sorted by relevance
6 import org.testng.asserts.SoftAssert;17 final SoftAssert sa = new SoftAssert() { in testOnSucceedAndFailureCalled()37 SoftAssert sa = new SoftAssert(); in testAssertAllCount()
4 import org.testng.asserts.SoftAssert;9 private SoftAssert m_assert = new SoftAssert();
12 public class SoftAssert extends Assertion { class