tree: 105bde339b25d12a2ff00146c9e0b1d4c24d1252 [path history] [tgz]
  1. image/
  2. backdrop_filter_golden_test.dart
  3. canvas_curves_golden_test.dart
  4. canvas_draw_points_golden_test.dart
  5. canvas_golden_test.dart
  6. canvas_lines_golden_test.dart
  7. canvas_test.dart
  8. codecs_test.dart
  9. color_filter_golden_test.dart
  10. color_test.dart
  11. draw_atlas_golden_test.dart
  12. fallback_fonts_golden_test.dart
  13. filters_test.dart
  14. font_collection_test.dart
  15. fragment_shader_test.dart
  16. frame_timings_test.dart
  17. gradient_golden_test.dart
  18. gradient_test.dart
  19. image_cpu_only_test.dart
  20. image_decoder_test.dart
  21. image_golden_test.dart
  22. image_test.dart
  23. layer_test.dart
  24. line_metrics_test.dart
  25. multi_view_test.dart
  26. paint_test.dart
  27. paragraph_builder_test.dart
  28. paragraph_style_test.dart
  29. path_metrics_test.dart
  30. path_test.dart
  31. performance_overlay_test.dart
  32. picture_test.dart
  33. platform_view_position_test.dart
  34. platform_view_test.dart
  35. README.md
  36. rect_test.dart
  37. renderer_test.dart
  38. rrect_test.dart
  39. rsuperellipse_contains_test.dart
  40. scene_builder_test.dart
  41. shader_mask_golden_test.dart
  42. shadow_test.dart
  43. strut_style_test.dart
  44. surface_context_lost_test.dart
  45. sweep_gradient_golden_test.dart
  46. text_golden_test.dart
  47. text_style_test.dart
  48. text_style_test_env_test.dart
  49. text_test.dart
  50. url_strategy_test.dart
  51. utils.dart
  52. vertices_test.dart
engine/src/flutter/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.