commit | f364fc8291d668d85c702a5b9f9a4f2e5c1ade0e | [log] [tgz] |
---|---|---|
author | Kevin Moore <kevmoo@users.noreply.github.com> | Thu Jan 02 11:51:25 2025 -0600 |
committer | GitHub <noreply@github.com> | Thu Jan 02 09:51:25 2025 -0800 |
tree | 5a22ff0566dbf71071e169fa1a56fd8915987c05 | |
parent | eb870b9a53397ccf8b7bf6b9b63939dda067b2df [diff] |
fake_async: latest lints (#2433) Also remove duplicative lints from matcher
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 | ||
test_descriptor | An API for defining and verifying files and directory structures. | |
test_process | Test processes: starting; validating stdout and stderr; checking exit code |