tree: 34b2af5c97e2a5fc8a79fbdc26e6e66099d7387e [path history] [tgz]
  1. canvas_test.dart
  2. color_test.dart
  3. gradient_test.dart
  4. paragraph_builder_test.dart
  5. path_metrics_test.dart
  6. path_test.dart
  7. picture_test.dart
  8. README.md
  9. rect_test.dart
  10. rrect_test.dart
  11. title_test.dart
  12. utils.dart
lib/web_ui/test/ui/README.md

UI Tests

These tests are intended to be renderer-agnostic. These tests should not use APIs which only exist in either the HTML or CanvasKit renderers.

In practice, this means these tests should only use dart:ui APIs or dart:_engine APIs which are not renderer-specific.

Notes

These tests should call setUpUiTest() at the top level to initialize the renderer they are expected to run.