commit | 1d28d738e2f4527de12aa6ef35c754b5c1ee95a5 | [log] [tgz] |
---|---|---|
author | Ben Konyi <bkonyi@google.com> | Mon Dec 02 15:32:04 2024 -0500 |
committer | GitHub <noreply@github.com> | Mon Dec 02 12:32:04 2024 -0800 |
tree | ad9b88742e97aab0de99909163df52cb943f4a40 | |
parent | c2a69865be0399e7615da45452d14afe8b6f6a90 [diff] |
Support `package:vm_service` 15.x (#2420)
Welcome! package:test is the standard testing library for Dart and Flutter. If you have questions about Dart testing, please see the docs for package:test. package:test_api
and package:test_core
are implementation details and generally not user-facing.
package:checks is a relatively new library for expressing test expectations. It's a more modern version of package:matcher
and features a literate API.
Package | Description | Version |
---|---|---|
checks | A framework for checking values against expectations and building custom expectations. | |
fake_async | Fake asynchronous events such as timers and microtasks for deterministic testing. | |
matcher | Support for specifying test expectations via an extensible Matcher class. | |
test | A full featured library for writing and running Dart tests across platforms. | |
test_api | ||
test_core |