gherkin_unit_test 0.0.2
gherkin_unit_test: ^0.0.2 copied to clipboard
A gherkin unit test framework based on flutter's official flutter_test package.
0.0.2 #
- ⚠️ Breaking: Added generic argument to scenario for easier example usage.
0.0.1+7 #
- Remove
requiredfrom theUnitExample.valuesfield.
0.0.1+6 #
- Updated info icon.
0.0.1+5 #
- Update required descriptions to nullable for more flexibility.
0.0.1+4 #
- 🐛️ Bugfix: Fixed logging where logging would only appear if examples were not empty.
0.0.1+1 #
- ✨ New: Added steps
WhenThen,GivenWhenThenandShould. - Added example project with 100% test coverage tests created using this package.