flutter/packages/flutter_tools/test/src
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
..
android_common.dart [flutter_tools] refactor FlutterManifest to be context-free (#54555) 2020-04-13 18:55:01 -07:00
common.dart [flutter_tools] standardize patterns for integration.shard (#64980) 2020-09-08 15:56:00 -07:00
context.dart Add --device-timeout flag to device-related commands (#64834) 2020-09-02 15:38:52 -07:00
fake_devices.dart Add punctuation for unterminated sentences in doc comments (#62755) 2020-08-06 19:18:52 -04:00
fake_process_manager.dart [flutter_tools] remove most globals from build system and tests (#63697) 2020-08-13 15:00:27 -07:00
fakes.dart [flutter_tools] refactor iOS tests for Device.startApp into new file (#52854) 2020-03-18 17:43:25 -07:00
io.dart License update (#45373) 2019-11-27 15:04:02 -08:00
mocks.dart Add punctuation for unterminated sentences in doc comments (#62755) 2020-08-06 19:18:52 -04:00
pubspec_schema.dart Add --platforms to flutter create -t plugin command (#59507) 2020-06-23 17:38:03 -07:00
testbed.dart [flutter_tools] refactor artifact downloading to retry zip exceptions. (#64512) 2020-08-25 10:06:04 -07:00
throwing_pub.dart [flutter_tools] generate a synthetic flutter_gen package on pub get (#61261) 2020-07-15 10:12:52 -07:00