Info
Version: | 1.1.1 |
Author(s): | Sanel Software, L.L.C. |
Last Update: | Monday, June 9, 2014 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/holtsoftware/Sannel.Helpers |
NuGet Url: | https://www.nuget.org/packages/Sannel.TestHelpers |
Install
Install-Package Sannel.TestHelpers
dotnet add package Sannel.TestHelpers
paket add Sannel.TestHelpers
Sannel.TestHelpers Download (Unzip the "nupkg" after downloading)
AssertIsMessage Check to make sure the Message from the exception is the message you provide.
ThrowsException Makes sure the provided exception has been thrown and that it has the message if provided.