webmozarts / assert

Assertions to validate method input/output with nice error messages.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add ::doesNotThrow()

l0gicgate opened this issue · comments

I found myself needing the opposite of the ::throws function. Would you be interested in adding such an assertion?