A long overdue next iteration of SUnit Browser is available at:
http://www.odellsoft.com/sunitbrowserIn this version, I did code reorganization to:
1) Refactor the monolithic SUnitBrowserModel into a few collaborating
classes
2) Inspired by Extreme Programming Installed, created SUnit tests for the
classes (duh!)
Goal is to get a tested model, port to the existing Dolphin Smalltalk, then
*finally* get it over to VW.
A couple new features are:
1) In VA Smalltalk, it uses a breakpoint instead of a halt on the Step
feature. This positions you right at the top of the test method, rather than
having to drill down the stack a couple times to get started.
2) Configuration is copied when each browser is opened, so you can have
different settings on different browsers
With the large number of changes, there may be some lurking problems. I plan
to have my development team using this new version for the next couple weeks
to squash any lurking issues.
jlo