David,
jsunit is available if you run ‘Run Unit Tests’ from the context menu in the active solution node in the solution explorer tree.
It will run all methods that start with test on all forms in the solution, methods setUp() and tearDown() are called to setUp/tearDown the test cases…
Rob