|
|
RUnit 1.3
File Details
| Downloads: |
815 |
File Size: |
203.8kB |
| Posted By: |
xmlguy |
Views: |
1222 |
| Date Added: |
7 Oct 2006 |
|
Features
- Lets you develop and use NUnit test harnesses in ASP.NET applications.
- View test results in your browser
- Returns XML to the browser and styles it with XSLT, making it easy to load and verify the results, say as part of an automated build process.
- If you want to format the results differently, you can even reference your own stylesheet!
- [New in 1.3] Runit.aspx can now inherit from your applications base Page class, if required to make your test cases run.
- [New in 1.1] Falls back to rendering the results in HTML if your browser is not known to support XSLT.
The prebuilt RUnit.dll requires NUnit 2.2 and .NET v1.1. Full source code is provided should you wish to make it run on different versions of either of these platforms.
If you are still using NUnit 2.1, be sure to download RUnit 1.1, and not 1.3
Screenshots
These screenshots are from the 1.2 release.
Initial screen when you run runit.aspx inside your application:
Here are the results after hitting the Run button:
Here are the same tests run in the NUnit GUI:
The Categories tab (RUnit 1.2):
Selecting and running a single test (shown in Firefox on MacOS X):

|
|