widget_driver_test 0.1.0 widget_driver_test: ^0.1.0 copied to clipboard
Contains helper classes/methods for DrivableWidgets, WidgetDrivers, helps with TestDrivers mocking
0.1.0 #
- Changes to use latest api from widget_driver package. The build context is no longer passed into the constructor of the driver.
0.0.5 #
- Fixes bug where a new TestDrivableWidget is ignored by element tree if one was already created
0.0.4 #
- Updates the required version of mocktail.
The required version was lowered to enable more users to be able to install this package.
0.0.3 #
- Adds example markdown file for pub.dev to give basic information about how to use the widget_driver_test.
0.0.2 #
- Fixes issue where driverTesterHelper didn't load and dispose drivers correctly.
0.0.1 #
- Initial release.
- Adds:
DriverTester
to help unit test theWidgetDrivers
.MockDriver
to help with creating mock versions ofWidgetDrivers
.