approval_tests 0.3.0-dev
approval_tests: ^0.3.0-dev copied to clipboard
Approval Tests implementation in Dart. Inspired by ApprovalTests.
0.3.0-dev #
- Approval was refactored
- Added tests
- Code formatted
deleteReceivedFilefield was added to theApprovalTestsclass. If it is set totrue, the received file will be deleted after test. By default, it is set tofalse.logErrorsfield was added to theApprovalTestsclass. If it is set totrue, the errors will be logged. By default, it is set totrue.logResultsfield was added to theApprovalTestsclass. If it is set totrue, the success results will be logged. By default, it is set totrue.
0.2.1-dev #
- Fix: approval_dart changed to approval_tests.
- Code formatted
0.2.0-dev #
- I rewrote the main functions of the class. Now you can use several comparison options.
- Added methods for comparing JSON strings.
- Added methods for array comparison.
- Improved documentation.
- Added more examples: each method has its own small example.
0.1.0-dev #
- Added verifyAll method to verify array of items (or use array as inputs).
- Added verifyAllCombinationsAsJson method to verify all combinations of items as JSON.
- Updated README file.
0.0.9-dev #
- Updated README file.
0.0.8-dev #
- Updated README file: added examples, more info.
0.0.7-dev #
- Comparator completed, some refactoring. Updated README file.
0.0.6-dev #
- Some updates with README file.
0.0.5-dev #
- First working version, need to expand functionality and add more flexibilty. Also need to add more tests.
0.0.1-dev #
- Initial version.