test pyramid
manyunit
somewidget
fewintegration
testing.dartdart
// Three layers, three budgets.
//
// Unit tests: many, fast, pure Dart.
// Widget tests: fewer, still fast.
// Integration: few, run on device.
//
// Mock the network at the edges.
// Don't mock the framework.