QUnit.Razor 0.2.0

dotnet add package QUnit.Razor --version 0.2.0
                    
NuGet\Install-Package QUnit.Razor -Version 0.2.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="QUnit.Razor" Version="0.2.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="QUnit.Razor" Version="0.2.0" />
                    
Directory.Packages.props
<PackageReference Include="QUnit.Razor" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add QUnit.Razor --version 0.2.0
                    
#r "nuget: QUnit.Razor, 0.2.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.
#:package QUnit.Razor@0.2.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=QUnit.Razor&version=0.2.0
                    
Install as a Cake Addin
#tool nuget:?package=QUnit.Razor&version=0.2.0
                    
Install as a Cake Tool

Adds QUnit js/css to ASP.NET MVC Razor projects and Cshtml Test Runner web page to /QUnitTests/index.cshtml.
Just put your tests into js files in /QUnitTests folder. The test runner scans for all of them.
Feel free to rename QUnitTests testing folder to anything you like.

Please send any suggestions to improve that package and the runner.

Includes QUnit 1.3.0pre javascript testing framework
http://docs.jquery.com/QUnit

Thanks to Phil Haack for his attempts to infuse technology and software development with humor and a pragmatic eye.
http://haacked.com/archive/2011/12/10/using-qunit-with-razor-layouts.aspx

Works best with QUnit tests support in Jetbrains Resharper 6.x
http://blogs.jetbrains.com/dotnet/2011/03/resharper-6-introduces-support-for-javascript-unit-testing/

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

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
0.2.0 14,972 1/19/2012