javiertuya/visual-assert

Add support for soft assertions

Closed this issue · 1 comments

  • softAssertEquals(...) with same arguments than AssertEquals(...)
  • softAssertAll() to execute all assertions
  • softAssertReset() to clear the assertion list (needed if reusing the instances)

Implemented in a subclass, uses the same assertEquals() methods and adds assertAll(), assertClear(), fail()