Found 31 packages
This QUnit support for ASP.NET MVC. You may also use it for ASP.NET Webforms, but the css folder will not be on the default location. QUnit is a powerful, easy-to-use, JavaScript test suite. It's used by the jQuery project to test its code and plugins but is capable of testing any generic JavaScript code (and even capable of testing JavaScript code on the server-side). QUnit is especially useful for regression testing: Whenever a bug is reported, write a test that asserts the existence of that particular bug. Then fix it and commit both. Every time you work on the code again, run the tests. If the bug comes up again - a regression - you'll spot it immediately and know how to fix it, because you know what code you just changed. Having good unit test coverage makes safe refactoring easy and cheap. You can run the tests after each small refactoring step and always know what change broke something. QUnit is similar to other unit testing frameworks like JUnit, but makes use of the features JavaScript provides and helps with testing code in the browser, eg. with it's stop/start facilities for testing asynchronous code.
这是我整理的qunit的相关文件(js, css)
Allows TeamCity to execute QUnit JavaScript unit tests using PhantomJS
Chutzpah is an open source JavaScript test runner which helps you integrate JavaScript unit testing into your website. It enables you to run JavaScript unit tests from the command line and from inside of Visual Studio. It also supports running in the TeamCity continuous integration server.
This package contains the required metadata to use QUnit with the Saltarelle C# to JavaScript compiler.
QUnit installation into Bridge.NET projects.
A fork of the QUnit javascript unit test framework that has been redesigned to work exclusively with WinJS bindings in Windows 8.
ExpectThat for QUnit is an expressive, self-documenting assertion library for CoffeScript/JavaScript.
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/
Qunit binding library for Bridge.NET projects.
QUnit Sample installation into Bridge.NET projects.
QUnit is one of the most famous testing frameworks for JavaScript. QUnit4SharePonit adds QUnit to your SharePoint 2010 project.
QUnit addon to run multiple test suites from a single file.
FunScript binding for qunit (BETA version).
Parse jQuery QUnit JavaScript tests from .NET; you can consequently present the tests and their results in your favourite test library (e.g. NUnit).
Runs QUnit & Jasmine unit-tests from .NET via Selenium WebDriver.
A sample project to get you up and running with NQUnit using NUnit quickly.
Library for runnig Qunit tests with Nunit
Pavlov extends JavaScript testing framework QUnit with a rich, higher-level, Behavioral API.
Package Description