flutter/packages/flutter_tools/test/integration.shard/test_data
Jonah Williams 6b444c4dd7
[flutter_tools] standardize patterns for integration.shard (#64980)
Integration tests must only go through the real file system/process manager/platform. The global indirection makes this code harder to understand than if it directly referred to the concrete instances that are being used.

Update the integration shard to use a const instance of a LocalFIleSystem, LocalProcessManager, and LocalPlatform. Remove global usage and apply testWithoutContext.
2020-09-08 15:56:00 -07:00
..
background_project.dart [flutter_tools] standardize patterns for integration.shard (#64980) 2020-09-08 15:56:00 -07:00
basic_project.dart [flutter_tools] generate a synthetic flutter_gen package on pub get (#61261) 2020-07-15 10:12:52 -07:00
gen_l10n_project.dart [flutter_tools] standardize patterns for integration.shard (#64980) 2020-09-08 15:56:00 -07:00
hot_reload_project.dart [flutter_tools] standardize patterns for integration.shard (#64980) 2020-09-08 15:56:00 -07:00
project_with_early_error.dart Add integration tests for structured error (#59809) 2020-06-19 13:58:03 -07:00
project.dart [flutter_tools] standardize patterns for integration.shard (#64980) 2020-09-08 15:56:00 -07:00
stateless_stateful_project.dart [flutter_tools] standardize patterns for integration.shard (#64980) 2020-09-08 15:56:00 -07:00
stepping_project.dart [flutter_tools] Update to latest dwds APIs (#51004) 2020-03-17 17:29:53 -07:00
test_project.dart [flutter_tools] support machine and coverage together but for real (#54692) 2020-04-13 19:00:02 -07:00
tests_project.dart [flutter_tools] standardize patterns for integration.shard (#64980) 2020-09-08 15:56:00 -07:00