flutter/packages
Andrew Kolos cdc40b5226
clean up --dart-define-from-file option tests (#135980)
Fixes https://github.com/flutter/flutter/issues/134279.

Changes:
* Moves all tests of `--dart-define-from-file` behavior from `build_bundle_test.dart` and `assemble_test.dart` to `flutter_command_test.dart`.
* Deletes a duplicate test of malformed JSON detection behavior.
* Renames the `useDartDefineFromFileOption` method of `FlutterCommand` to `_usesDartDefineFromFileOption`. This 1) makes the name more consistent with the other `uses*Option` methods and 2) hides the method since it is not used outside of the file.
* Renames several tests to better articulate what is under test and what the expected result is.
* Adds a test for the case where a `.env` file with a malformed line is provided to `--dart-define-from-file`.
2023-10-17 22:31:38 +00:00
..
flutter GoldenFileComparators should dispose created Image objects. (#136716) 2023-10-17 15:25:52 -07:00
flutter_driver [Impeller] GPU frame timings summarization. (#136408) 2023-10-13 22:18:37 +00:00
flutter_goldens GoldenFileComparators should dispose created Image objects. (#136716) 2023-10-17 15:25:52 -07:00
flutter_goldens_client Bump file,process,process_runner (#136418) 2023-10-12 13:05:24 -07:00
flutter_localizations Removed TBD translations for optional remainingTextFieldCharacterCounZero message (#136684) 2023-10-17 10:34:49 -07:00
flutter_test GoldenFileComparators should dispose created Image objects. (#136716) 2023-10-17 15:25:52 -07:00
flutter_tools clean up --dart-define-from-file option tests (#135980) 2023-10-17 22:31:38 +00:00
flutter_web_plugins Allow latest pkg:material_color_utilities (#132445) 2023-10-11 23:57:16 +00:00
fuchsia_remote_debug_protocol Bump file,process,process_runner (#136418) 2023-10-12 13:05:24 -07:00
integration_test make integration_test_driver_extended.dart support writeResponseData--(done) (#128382) 2023-10-17 22:17:09 +00:00
analysis_options.yaml