NUnit

  • Thread starter Thread starter Justin D. Fisher
  • Start date Start date
J

Justin D. Fisher

Anyone out there use NUnit for unit level testing on VB.Net? I see lots of
C# documentation out there but very little for VB.Net? Can anyone suggest
some books or web sites that address this?
 
Justin,
| Anyone out there use NUnit for unit level testing on VB.Net?
I use NUnit with VB.NET.

| I see lots of
| C# documentation out there but very little for VB.Net?
The C# NUnit samples should be easily converted to VB.NET, do you have
specific NUnit samples that you find hard to translate? Also N Unit includes
VB.NET sample: http://www.nunit.org/samples.html

| Can anyone suggest
| some books or web sites that address this?
In addition to the N Unit site http://www.nunit.org/ I find James W. Newkirk
& Alexei A. Vorontsov's book "Test-Driven Development in MIcrosoft .NET"
from MS Press to be an excellent resource. Although the samples are in C#,
the info applies to both languages.

Hope this helps
Jay


| Anyone out there use NUnit for unit level testing on VB.Net? I see lots
of
| C# documentation out there but very little for VB.Net? Can anyone suggest
| some books or web sites that address this?
|
|
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top