Closed timhall closed 10 years ago
Added some new matchers:
ToMatch
: Check if expected string is contained in actualToContain
: Deprecate current implementation to ToMatch
and replace with checking if actual array contains expected itemToBeNothing/Null/Empty/Missing
: Check specific cases rather than blanket in ToBeUndefined
RunMatcher
: Run custom matchers(!)Big refactor to make adding new matchers in the future a little easier.
@Echelon9 Ok, I've packaged everything up and released it as v1.3.0. Glad to see that you're using Excel-TDD!
toBeCloseTo
matcherFixes #2