Releases: dart-lang/test
Releases · dart-lang/test
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
Map
instances 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
containsMatchingInOrder
andcontainsEqualInOrder
to replace the
combined functionality incontainsInOrder
. - Replace
pairwiseComparesTo
withpairwiseMatches
. - Fix a bug where printing the result of a failed deep quality check would
fail with aTypeError
when comparing largeMap
instances - Increase SDK constraint to ^3.5.0.
- Clarify this package is experimental.
package:test_core v0.6.10
- Set a debug name for test isolates.
- Fix an assertion failure when using
setUpAll
ortearDownAll
and running
with asserts enabled.
package:test_api v0.7.6
- Fix an assertion failure when using
setUpAll
ortearDownAll
and running
with asserts enabled.
package:test v1.26.1
- Set a debug name for test isolates.
- Fix an assertion failure when using
setUpAll
ortearDownAll
and running
with asserts enabled.
package:test_core v0.6.9
- Add support for native assets for
dart test
in pub workspaces. test()
andgroup()
functions now take an optionalTestLocation
that will
be used as the location of the test in JSON reporters instead of being parsed
from the call stack.
package:test_api v0.7.5
test()
andgroup()
functions now take an optionalTestLocation
that will
be used as the location of the test in JSON reporters instead of being parsed
from the call stack.
package:test v1.26.0
test()
andgroup()
functions now take an optionalTestLocation
that will
be used as the location of the test in JSON reporters instead of being parsed
from the call stack.