Releases: dart-lang/test
Releases · dart-lang/test
package:test v1.28.0
- Add
isSortedand related matchers for iterables. - Consider
NaNto be equal to itself inequals. - Bump
test_coreto 0.6.14 - Removed unused
jsdependency
package:test_core v0.6.14
- Fix type cast when parsing a
nullhit map.
package:matcher v0.12.18
- Add
isSortedand related matchers for iterables. - Consider
NaNto be equal to itself inequals. - Remove some dynamic invocations.
- Add explicit casts from
dynamicvalues. - Require Dart 3.7
package:test_core v0.6.13
- Require Dart 3.7
- Add
--coverage-pathand--branch-coverageoptions todart test. - Allow
analyzermajor version 9.
package:test_api v0.7.8
- Add a zone function available from the test suite
mainthat allows creating
channels to the test runner. - Require Dart 3.7
- Allow
analyzermajor version 9.
package:test v1.27.0
- Add
--coverage-pathand--branch-coverageoptions todart test. - Serve dart2wasm source map files.
- Fix Node.js dart2wasm tests on windows.
- Doc edit: clarify in README that a platform selector includes the compiler.
- Allow
analyzermajor version 9. - Require Dart 3.7
package:test_core v0.6.12
- Expand pub constraint to allow the latest
analyzer.
package:test_api v0.7.7
- Expand pub constraint to allow the latest
analyzer.
package:test v1.26.3
- Expand pub constraint to allow the latest
analyzer.
package:checks v0.3.1
- Directly compare keys across actual and expected
Mapinstances when
checking deep collection equality and all the keys can be directly compared
for equality. This maintains the path into a nested collection for typical
cases of checking for equality against a purely value collection. - Always wrap Condition descriptions in angle brackets.
- Add
containsMatchingInOrderandcontainsEqualInOrderto replace the
combined functionality incontainsInOrder. - Replace
pairwiseComparesTowithpairwiseMatches. - Fix a bug where printing the result of a failed deep quality check would
fail with aTypeErrorwhen comparing largeMapinstances - Increase SDK constraint to ^3.5.0.
- Clarify this package is experimental.