rgansevles:
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
Cool, starting to look familiar now. Lot of stuff to play with and I’m sure I’ll have a ton of questions as I dig in. First impression: this is going to be very useful!
One question for now: are the custom assertion messages logged somewhere?