over_react_test 2.5.2
over_react_test: ^2.5.2 copied to clipboard
A library for testing OverReact components
OverReact Test Changelog #
2.0.0 #
New Features
- Dart 2 compatible!
Breaking Changes
-
The
getComponentPropKeys()andtestPropForwarding()functions have been removed, as they depended ondart:mirrors. Once there is a Dart-2-only release ofover_react, this function will be re-added and will rely on information generated by the builder rather than using mirrors. -
The
commonComponentTests()function no longer callstestPropForwarding()since it has been removed. In other words, theshouldTestPropForwardingparameter is effectively a no-op untiltestPropForwarding()can be re-added.
1.1.1 #
Bugs Fixed
- Sync common component test src with the lib it originated from.
1.1.0 #
New Features
- #11: Add some test utilities that were left in
over_reactwhen the library was first created.
1.0.0 #
Initial public release of library.