flutter/packages/flutter_tools/test
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
..
commands.shard Fix RangeMaintainingScrollPhysics (#65135) 2020-09-07 11:40:03 -07:00
data [flutter_tools] Support latest IntelliJ via Jetbrain toolbox (#57963) 2020-05-27 10:07:28 -07:00
general.shard [flutter_tools] standardize patterns for integration.shard (#64980) 2020-09-08 15:56:00 -07:00
integration.shard [flutter_tools] standardize patterns for integration.shard (#64980) 2020-09-08 15:56:00 -07:00
src [flutter_tools] standardize patterns for integration.shard (#64980) 2020-09-08 15:56:00 -07:00
template_test.dart [flutter_tools] check for permission issues when copying file (#63540) 2020-08-21 11:11:04 -07:00