Merge pull request #371 from mertasan/throwsif

Add `throwsIf` exception
This commit is contained in:
Nuno Maduro
2021-09-24 21:10:56 +01:00
committed by GitHub
3 changed files with 45 additions and 0 deletions

View File

@ -107,6 +107,11 @@
✓ it catch exceptions
✓ it catch exceptions and messages
✓ it can just define the message
✓ it not catch exceptions if given condition is false
✓ it catch exceptions if given condition is true
✓ it catch exceptions and messages if given condition is true
✓ it can just define the message if given condition is true
✓ it can just define the message if given condition is 1
PASS Tests\Features\Expect\HigherOrder\methods
✓ it can access methods