nunit
Good Test / Bad Test
After years of building ad-hoc test harnesses, I finally adopted formal unit testing on a recent project of mine using NUnit and TestRunner. It was gratifyingly simple to get my first unit tests up and running: <TestFixture()> _ Public Class UnitTests Private _TargetString As String Private _TargetData As Encryption.