What's New With 5.3.x
August 1, 2023
- The variable
thisSuite
isn't defined if the for loop in the try/catch is never reached before the error. (#150)
- TESTBOX-379 New expectations:
toBeIn(), toBeInWithCase()
so you can verify a needle in string or array targets - TESTBOX-380 New matchers and assertions:
toStartWith(), toStartWithCase(), startsWith(), startsWthCase()
and their appropriate negations - TESTBOX-381 New matchers and assertions:
toEndWith(), toEndWithCase(), endsWith(), endsWithCase()
and their appropriate negations
Last modified 13d ago