public
Description: An NUnit test runner for ASPUnit (run classic ASP unit tests from NUnit)
Homepage: http://www.mikehenry.name/
Clone URL: git://github.com/mhenry07/ASPUnitRunner.git
mhenry07 (author)
Mon May 18 19:41:55 -0700 2009
commit  2ce383265f3e8cbbc59a68e4e20aa4f60b010a95
tree    bf84919547dbdfa5859a789d92f260679f80ca47
parent  28bc175d4292f09e364cd02e3b14c02d47d70e59
name age message
file .gitignore Mon May 18 19:41:55 -0700 2009 Added samples with complete sample code. Inclu... [mhenry07]
file README.txt Fri May 08 16:34:58 -0700 2009 Initial commit [mhenry07]
directory docs/ Mon May 11 20:01:10 -0700 2009 Changed Should_run_tests test to Running_tests_... [mhenry07]
directory lib/ Loading commit data...
directory samples/
directory src/
directory tools/
README.txt
ASPUnitRunner

ASPUnitRunner is a library to allow running ASPUnit tests for classic ASP from NUnit.

Basically, it is an alternative to running ASPUnit tests from a web browser and could theoretically be used to allow 
running tests from a continuous integration server.

ASPUnit is an xUnit framework for classic ASP/VBScript. See http://aspunit.sourceforge.net/. There is no direct 
affiliation between ASPUnitRunner and ASPUnit.

Mike Henry
www.mikehenry.name