类 CahSoftAssertion

  • 所有已实现的接口:
    org.testng.asserts.IAssertLifecycle

    public class CahSoftAssertion
    extends CahAssertion
    作者:
    Yun When an assertion fails, don't throw an exception but record the failure. Calling assertAll() will cause an exception to be thrown if at least one assertion failed.
    • 构造器详细资料

      • CahSoftAssertion

        public CahSoftAssertion()
    • 方法详细资料

      • doAssert

        protected void doAssert​(org.testng.asserts.IAssert<?> assertCommand)
        覆盖:
        doAssert 在类中 CahAssertion
      • assertAll

        public void assertAll()
      • assertAll

        public void assertAll​(String message)