llewellyn.falco
- 3,541,683 total downloads
- last updated 4/24/2022
- Latest version: 5.7.3
A picture's worth a 1000 tests. Unit testing asserts can be difficult to use. Approval tests simplify this by taking a snapshot of the results, and confirming that they have not changed.
- 3,524,949 total downloads
- last updated 4/24/2022
- Latest version: 5.7.3
Common helper classes developed with ApprovalTests
- 173,377 total downloads
- last updated 11/14/2019
- Latest version: 11.2.1
Extends ApprovalTests to allow simple approval of complex models.
- 14,910 total downloads
- last updated 10/3/2018
- Latest version: 3.0.18
Utilities for approval object using StatePrinter (https://github.com/kbilsted/StatePrinter).
For example: StatePrinterApprovals.Verify(turtle);
- 14,143 total downloads
- last updated 3/17/2013
- Latest version: 0.6.0
Lessons and exercises to help kids learn to program
- 13,379 total downloads
- last updated 11/20/2019
- Latest version: 4.0.0
WPF extensions for ApprovalTests.
- 7,797 total downloads
- last updated 10/13/2021
- Latest version: 8.2.0
Common helper classes developed with ApprovalTests
- 6,800 total downloads
- last updated 10/13/2021
- Latest version: 8.2.0
Common helper classes developed with ApprovalTests
- 5,945 total downloads
- last updated 10/13/2021
- Latest version: 8.2.0
Common helper classes developed with ApprovalTests
- 5,029 total downloads
- last updated 8/22/2019
- Latest version: 1.2.0
Utilities for unit testing Asp and Asp.Mvc views and routes.
- 4,157 total downloads
- last updated 10/3/2018
- Latest version: 3.0.18
Utilities for approval testing Rdlc Reports. Allows Rdlc image verification and utilities to populate datasets.
For example:
RdlcApprovals.VerifyReport("YourReport.rdlc", new YourDataTable().AddTestDataRows(1));
- 4,091 total downloads
- last updated 10/3/2018
- Latest version: 3.0.18
Utilities for approval testing Windows Forms. Allows screenshot verification of Windows Forms. For example:
WinFormsApprovals.Verify(new Button { BackColor = Color.LightBlue, Text = "Help" });
- 3,424 total downloads
- last updated 10/3/2018
- Latest version: 3.0.18
Utilities to use at runtime with EntityFramework to enable more tesable code. Use the ApprovalTests.EntityFramework nuget in your tests.
- 3,408 total downloads
- last updated 10/3/2018
- Latest version: 3.0.18
Easy way to tests queries generated by NHibernate.
General concept here: http://blog.approvaltests.com/2009/04/approving-weather.html
- 3,398 total downloads
- last updated 10/3/2018
- Latest version: 3.0.18
Easy way to tests queries generated by EntityFramework.
- 3,348 total downloads
- last updated 4/10/2020
- Latest version: 1.0.0
Simplifies xUnit support in ApprovalTests.
- 1,541 total downloads
- last updated 7/25/2015
- Latest version: 1.0.0
Utilities for unit testing Asp WebApi Projects.
Builds on ApprovalTests
- 546 total downloads
- last updated 8/22/2019
- Latest version: 1.2.0
Utilities for unit testing Asp and Asp.Mvc views and routes.