tree: f2cdcad981ff5ddd746fbf1e04b96b6ff88056d1 [path history] [tgz]
  1. canvas_curves_golden_test.dart
  2. canvas_draw_points_golden_test.dart
  3. canvas_lines_golden_test.dart
  4. canvas_test.dart
  5. color_test.dart
  6. draw_atlas_golden_test.dart
  7. fallback_fonts_golden_test.dart
  8. filters_test.dart
  9. font_collection_test.dart
  10. fragment_shader_test.dart
  11. gradient_golden_test.dart
  12. gradient_test.dart
  13. image_golden_test.dart
  14. paragraph_builder_test.dart
  15. path_metrics_test.dart
  16. path_test.dart
  17. picture_test.dart
  18. README.md
  19. rect_test.dart
  20. rrect_test.dart
  21. scene_builder_test.dart
  22. shadow_test.dart
  23. text_golden_test.dart
  24. url_strategy_test.dart
  25. utils.dart
  26. vertices_test.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 setUpUnitTests() at the top level to initialize the renderer they are expected to run.