itsme213 wrote:
> How do I open a TestRunner UI on my test classes? When I do
> TestRunner new open
> I get a TestRunner window titled
> SUnit Camp Smalltalk 3.1 TestRunner
> with no (test) contents I can select and run.
>
Both
TestRunner open.
and
TestRunner new open.
should work just fine.
When the UI has opened you see no testcase names, but when you pull down
the dropdown menu box in the top center of the UI you should see all
testcases listed in this menu and be able to select one.
The 'Refresh' button recalculates the set of testcases that is visible
in this menu.
As noted by Holger the preferred tool of most VW programmers is the
browser extension that comes in the package RBSunitExtensions, the
TestRunner is rather primitive.
HTH,
Reinout
-------
_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc