NUnitAdapter.vb file lets you write tests in VB.NET 2005
Brought to you by:
jlittle82
This file is a VB.NET 2005 translation of the NUnitAdapter.cs file included with NUnitAsp 2.0.
It allows VB.NET programmers to write NUnitAsp 2.0 unit tests using their preferred .Net language,
VB.NET 2005.
To use it, create a "Class Library" project in VB.NET 2005. Add the NUnitAdapter.vb file to the project,
and make sure its "Build Action" property is set to "Compile". Add the same References you would for a
C# test project, and use "Imports" statements to bring in the same namespaces you would add to a C#
NUnitAsp test project with "using" statements.
I have included a copyright assignment in the "readme.txt" file.
-Andrew Cushen
andrew@cushen.com
ZIP archive with nUnitAdapter.vb and readme.txt files