NUnit Content on InfoQ
News about NUnit
- Topics
- .NET,
- Enterprise Architecture,
- Messaging
A new version of the Spring.NET framework, version 1.3, was recently released. InfoQ spoke with Mark Pollack, founder and lead of the Spring.NET project, to learn more about this release and what new capabilities it brings, and also to learn more about the new Spring Integration.NET project.
- Topics
- Licensing,
- Open Source,
- .NET
Eric Nelson, a Developer Evangelist for Microsoft and Technical Editor of MSDN UK Flash, has compiled a list of 23 .NET open source projects mostly based on recommendations sent by UK developers. Other great projects did not make it into the list, while Microsoft’s contribution include: ASP.NET MVC, DLR, IronRuby, IronPython, MEF.
- Topics
- .NET Framework,
- Agile,
- .NET,
- Unit Testing
After nearly a year's work, NUnit 2.5 has finally released. This release includes: Data-Driven Tests, Inline Expected Exception Tests, Generic and Lambda support, Out of process execution of tests and Source Code Display.
- Topics
- Unit Testing,
- .NET
Gallio is an automation platform targeting .NET test frameworks.
Instead of each test framework creating its own toolset, including an
automation API and test runner, Gallio seeks to provide a neutral,
extensible platform with tools and automation services that can be
leveraged by any test framework.
- Topics
- Unit Testing,
- Agile,
- .NET
NUnit one of the original .NET Unit Testing frameworks has just released its 2.5 Alpha. Altough there is only a minor version number change there are a significant number of new features, including: Support for Data Driven Tests, a Parallel Test Runner, ...
- Topics
- Delivering Quality,
- Agile,
- Customers & Requirements,
- .NET,
- Unit Testing
The White project is an automated testing framework for Win32, WinForm, WPF and SWT (java) applications. Use it in combination with your favorit xUnit framework just like WatiN to perform user acceptance testing.
- Topics
- Delivering Quality,
- Agile Techniques,
- Agile,
- .NET,
- Unit Testing
Jim Newkirk, creator of NUnit, has announced a new Unit Testing Framework called xUnit.net. The proclaimed successor to NUnit is supposed to get rid of NUnit's mistakes and shortcomings and add some best practices and extensibility to the framework.
- Topics
- Delivering Quality,
- Agile Techniques,
- Agile
Continuous Integration has become a standard development best practice - but it's not always done well. Tests take up much of an application's build time, and poorly constructed test suites can cause long builds, whereupon teams start to circumvent agreed-upon CI practices just get the time to code. InfoQ presents advice and examples in Chapter 6: Continuous Testing from a new CI book.