rad_test 0.6.1 rad_test: ^0.6.1 copied to clipboard
A testing library for testing applications that are written using Rad.
0.6.1 #
- Minor corrections in pubspec.yaml
0.6.0 #
- WidgetTester.getdomNodeByKey is deprecated. Use getDomNodeByKey instead.
- WidgetTester.getrenderElementByKeyValue is deprecated. Use getRenderElementByKeyValue instead.
- Argument addHashIfMising of assertMatchPath is deprecated. Use addHashIfMissing instead.
0.5.0 #
- Update dependency: Rad
0.10.0
~>1.x
.
0.3.0 #
- Segregated unstable APIs.
0.2.0 #
- Added enterText, focus, showKeyBoard & tap actions to WidgetTester.
- Added nodeHasValue, nodeHasFocus, nodeHasNotFocus, nodeHasContents, widgetObjectIsMounted, widgetObjectIsNotMounted, widgetObjectsAreMounted, widgetObjectsAreNotMounted matchers.
0.1.1 #
- Initial release