• Jonah Williams's avatar
    [flutter_tools] standardize patterns for integration.shard (#64980) · 6b444c4d
    Jonah Williams authored
    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.
    6b444c4d
Name
Last commit
Last update
..
background_project.dart Loading commit data...
basic_project.dart Loading commit data...
gen_l10n_project.dart Loading commit data...
hot_reload_project.dart Loading commit data...
project.dart Loading commit data...
project_with_early_error.dart Loading commit data...
stateless_stateful_project.dart Loading commit data...
stepping_project.dart Loading commit data...
test_project.dart Loading commit data...
tests_project.dart Loading commit data...