[vwnc] 7.5 - how to start sUnit UI?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

[vwnc] 7.5 - how to start sUnit UI?

Sophie424
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.

I'm using the standard image.

Thanks,

Sophie



_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
Reply | Threaded
Open this post in threaded view
|

Re: [vwnc] 7.5 - how to start sUnit UI?

Holger Kleinsorgen-3
itsme213 schrieb:
> 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.

Slightly off-topic: I would recommend to use the RBSunitExtensions,
which allows to run tests within the refactoring browser. The old SUnit
TestRunner is rather "minimalistic".
_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
Reply | Threaded
Open this post in threaded view
|

Re: [vwnc] 7.5 - how to start sUnit UI?

Reinout Heeck-2
In reply to this post by Sophie424
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