Skip to content

Commit

Permalink
Remove assertCheckedMode from README.md
Browse files Browse the repository at this point in the history
This function was deprecated in 2.1.2, since it's generally meaningless
in Dart 2.0. This removes if from README.md in order to discourage new
use.
  • Loading branch information
cbracken committed Nov 6, 2019
1 parent a5412e3 commit f786fbf
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions README.md
Expand Up @@ -225,12 +225,6 @@ supported.

[quiver.testing.equality]: https://pub.dev/documentation/quiver/latest/quiver.testing.equality/quiver.testing.equality-library.html

## [quiver.testing.runtime][]

`assertCheckedMode` asserts the current runtime has checked mode enabled.

[quiver.testing.runtime]: https://pub.dev/documentation/quiver/latest/quiver.testing.runtime/quiver.testing.runtime-library.html

## [quiver.testing.time][]

`FakeStopwatch` is a Stopwatch that uses a provided `now()` function to get the
Expand Down

0 comments on commit f786fbf

Please sign in to comment.