Fix stringContainsInOrder to account for repetitions and empty strings (#178)

Note that this may cause breakage in too many tests and need to be reverted.
3 files changed
tree: 108ef3754d5977f05512c575538acc00121184fd
  1. .github/
  2. lib/
  3. test/
  4. .gitignore
  5. analysis_options.yaml
  6. CHANGELOG.md
  7. LICENSE
  8. pubspec.yaml
  9. README.md
README.md

Support for specifying test expectations, such as for unit tests.

The matcher library provides a third-generation assertion mechanism, drawing inspiration from Hamcrest.

For more information, see Unit Testing with Dart.