BifrostWidgetTester extension
Widget/golden test pumping at device sizes.
- on
Methods
-
pumpApp(
{String? route, Locale? locale, TestDeviceDimensions device = TestDeviceDimensions.iphone14PM}) → Future< void> -
Available on WidgetTester, provided by the BifrostWidgetTester extension
Pumps the app registered via testAppBuilder atdevicesize. -
pumpAppAndSettle(
{String? route, Locale? locale, TestDeviceDimensions device = TestDeviceDimensions.iphone14PM}) → Future< void> -
Available on WidgetTester, provided by the BifrostWidgetTester extension
-
pumpTestWidget(
Widget widget, {Locale? locale, TestDeviceDimensions device = TestDeviceDimensions.iphone14PM}) → Future< void> -
Available on WidgetTester, provided by the BifrostWidgetTester extension
Pumps a single widget using testAppBuilder withhome. -
pumpTestWidgetAndSettle(
Widget widget, {Locale? locale, TestDeviceDimensions device = TestDeviceDimensions.iphone14PM}) → Future< void> -
Available on WidgetTester, provided by the BifrostWidgetTester extension
-
pumpWithDevice(
Widget root, {TestDeviceDimensions device = TestDeviceDimensions.iphone14PM}) → Future< void> -
Available on WidgetTester, provided by the BifrostWidgetTester extension
-
pumpWithDeviceAndSettle(
Widget root, {TestDeviceDimensions device = TestDeviceDimensions.iphone14PM}) → Future< void> -
Available on WidgetTester, provided by the BifrostWidgetTester extension