• Chris Bracken's avatar
    Prefer moreOrLessEquals over closeTo (#64915) · c0ea00ed
    Chris Bracken authored
    Flutter's `moreOrLessEquals` has a few advantages over `closeTo` from
    the `matcher` package:
    
       * It emits the epsilon value in the test result on failure.
       * It uses a named parameter for epsilon, which improves readability
         at the call site.
       * It has a reasonable default for epsilon in cases where something
         more specific isn't required.
    
    Using it also has the nice property that it aids in its own discovery
    when when people go looking for such functionality in new tests.
    
    This change also includes a couple unrelated whitespace formatting cleanups.
    c0ea00ed
Name
Last commit
Last update
..
animation Loading commit data...
cupertino Loading commit data...
examples Loading commit data...
foundation Loading commit data...
gestures Loading commit data...
harness Loading commit data...
material Loading commit data...
painting Loading commit data...
physics Loading commit data...
rendering Loading commit data...
scheduler Loading commit data...
semantics Loading commit data...
services Loading commit data...
widgets Loading commit data...
flutter_test_alternative.dart Loading commit data...
flutter_test_config.dart Loading commit data...