dars_test 0.2.0 copy "dars_test: ^0.2.0" to clipboard
dars_test: ^0.2.0 copied to clipboard

Testing utilities and matchers for the dars package.

0.2.0 #

  • Initial release of dars_test package
  • isOk and isErr matchers for Result type testing
    • Basic variant check: isOk, isErr
    • Value matching: isOk(42), isErr('error')
    • Matcher support: isOk(greaterThan(0)), isErr(contains('fail'))
    • Type-safe checks: isOk<int>(), isErr<String>()
  • Detailed mismatch descriptions for debugging
0
likes
160
points
173
downloads

Publisher

unverified uploader

Weekly Downloads

Testing utilities and matchers for the dars package.

Repository (GitHub)
View/report issues

Topics

#result-type #testing #matchers

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

dars, matcher

More

Packages that depend on dars_test