tree: 8b1629ad55406b91ee76fa40214fec5109f0d4d5 [path history] [tgz]
  1. material/
  2. action_sheet_test.dart
  3. activity_indicator_test.dart
  4. adaptive_text_selection_toolbar_test.dart
  5. app_test.dart
  6. bottom_tab_bar_test.dart
  7. button_test.dart
  8. checkbox_test.dart
  9. colors_test.dart
  10. context_menu_action_test.dart
  11. context_menu_test.dart
  12. date_picker_test.dart
  13. debug_test.dart
  14. desktop_text_selection_toolbar_button_test.dart
  15. desktop_text_selection_toolbar_test.dart
  16. dialog_test.dart
  17. form_row_test.dart
  18. form_section_test.dart
  19. icon_theme_data_test.dart
  20. list_section_test.dart
  21. list_tile_test.dart
  22. localizations_test.dart
  23. magnifier_test.dart
  24. nav_bar_test.dart
  25. nav_bar_transition_test.dart
  26. page_test.dart
  27. picker_test.dart
  28. radio_test.dart
  29. README.md
  30. refresh_test.dart
  31. route_test.dart
  32. scaffold_test.dart
  33. scrollbar_paint_test.dart
  34. scrollbar_test.dart
  35. search_field_test.dart
  36. segmented_control_test.dart
  37. slider_test.dart
  38. sliding_segmented_control_test.dart
  39. spell_check_suggestions_toolbar_test.dart
  40. switch_test.dart
  41. tab_scaffold_test.dart
  42. tab_test.dart
  43. text_field_restoration_test.dart
  44. text_field_test.dart
  45. text_form_field_row_restoration_test.dart
  46. text_form_field_row_test.dart
  47. text_selection_test.dart
  48. text_selection_toolbar_button_test.dart
  49. text_selection_toolbar_test.dart
  50. text_theme_test.dart
  51. theme_test.dart
packages/flutter/test/cupertino/README.md

Tests for the Cupertino package

Avoid importing the Material ‘package:flutter/material.dart’ in these tests as we're trying to test the Cupertino package in standalone scenarios.

The ‘material’ subdirectory contains tests for cross-interactions of Material Cupertino widgets in hybridized apps.

Some tests may also be replicated in the Material tests when Material reuses Cupertino components on iOS such as page transitions and text editing.