NUnit.Snippets 1.10.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package NUnit.Snippets --version 1.10.0
NuGet\Install-Package NUnit.Snippets -Version 1.10.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="NUnit.Snippets" Version="1.10.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NUnit.Snippets --version 1.10.0
#r "nuget: NUnit.Snippets, 1.10.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install NUnit.Snippets as a Cake Addin
#addin nuget:?package=NUnit.Snippets&version=1.10.0

// Install NUnit.Snippets as a Cake Tool
#tool nuget:?package=NUnit.Snippets&version=1.10.0

NUnit Visual Studio Snippets. Almost every assert is only few keystrokes away!

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.11.0 4,755 2/23/2015
1.10.0 1,960 1/19/2015
1.0.0 1,933 4/12/2014
0.80.0 3,089 8/15/2011

Added two new snippets:

tf  - create test fixture
tma - add async test method