llewellyn.falco
NuGet publisher profile
Packages (18)
ApprovalUtilities
Common helper classes developed with ApprovalTests
ApprovalTests
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.
ObjectApproval
Extends ApprovalTests to allow simple approval of complex models.
Refactoring.Pipelines
Common helper classes developed with ApprovalTests
Refactoring.Pipelines.DotGraph
Common helper classes developed with ApprovalTests
ApprovalTests.Wpf
WPF extensions for ApprovalTests.
ApprovalTests.StatePrinter
Utilities for approval object using StatePrinter (https://github.com/kbilsted/StatePrinter). For example: StatePrinterApprovals.Verify(turtle);
ApprovalTests.Net.Xunit
Simplifies xUnit support in ApprovalTests.
Refactoring.Pipelines.Approvals
Common helper classes developed with ApprovalTests
TeachingKidsProgramming.CSharp
Lessons and exercises to help kids learn to program
ApprovalTests.WinForms
Utilities for approval testing Windows Forms. Allows screenshot verification of Windows Forms. For example: WinFormsApprovals.Verify(new Button { BackColor = Color.LightBlue, Text = "Help" });
ApprovalTests.Asp
Utilities for unit testing Asp and Asp.Mvc views and routes.
ApprovalTests.Rdlc
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));
ApprovalTests.EntityFramework
Easy way to tests queries generated by EntityFramework.
ApprovalTests.EntityFrameworkUtilities
Utilities to use at runtime with EntityFramework to enable more tesable code. Use the ApprovalTests.EntityFramework nuget in your tests.
ApprovalTests.NHibernate
Easy way to tests queries generated by NHibernate. General concept here: http://blog.approvaltests.com/2009/04/approving-weather.html
ApprovalTests.Asp.WebApi
Utilities for unit testing Asp WebApi Projects. Builds on ApprovalTests
ApprovalUtilities.Asp
Utilities for unit testing Asp and Asp.Mvc views and routes.