Chutzpah to run JavaScript tests
The time has come to retire NQUnit. NQUnit runs QUnit tests inside .NET by using WatiN. That means it can be used with any test runner supporting NUnit (e.g.…
Showing 1–2 of 2 posts
The time has come to retire NQUnit. NQUnit runs QUnit tests inside .NET by using WatiN. That means it can be used with any test runner supporting NUnit (e.g.…
What is the best practice for unit-test names? CamelCase or underscore or mixed or...? Good question. But you can side step it somehow. Here is the code I use…