14 packages tagged with “Approve”
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.
Common helper classes developed with ApprovalTests
A ApprovalTests.Net reporter and approver to be used to unit test Neo4j with the Neo4jClient .net client
Utilities for approval object using StatePrinter (https://github.com/kbilsted/StatePrinter). For example: StatePrinterApprovals.Verify(turtle);
WPF extensions for ApprovalTests.
Utilities for approval testing Windows Forms. Allows screenshot verification of Windows Forms. For example: WinFormsApprovals.Verify(new Button { BackColor = Color.LightBlue, Text = "Help" });
Utilities to use at runtime with EntityFramework to enable more tesable code. Use the ApprovalTests.EntityFramework nuget in your tests.
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));
Easy way to tests queries generated by EntityFramework.
Easy way to tests queries generated by NHibernate. General concept here: http://blog.approvaltests.com/2009/04/approving-weather.html
Utilities for unit testing Asp and Asp.Mvc views and routes.
Utilities for unit testing Asp WebApi Projects. Builds on ApprovalTests
An image reporter to be used with ApprovalTests.Net