ClassTestCase should be in SUnit not in Tests, agree?

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

ClassTestCase should be in SUnit not in Tests, agree?

Eliot Miranda-2
Hi All,

    I'm trying to load NetworkTests into a Newspeak image.  This image doesn't include Tests, but does contain SUnit and SUnitGUI.  I can't load NetworkTests because it depends on ClassTestCase which is in Tests-Utilities.  IMO ClassTestCase should be in SUnit.  Any disagreements?  Any agreements?  Mind if I move it there?
--
best,
Eliot
Reply | Threaded
Open this post in threaded view
|

Re: ClassTestCase should be in SUnit not in Tests, agree?

Marcus Denker-4

On Mar 27, 2013, at 7:50 PM, Eliot Miranda <[hidden email]> wrote:

> Hi All,
>
>     I'm trying to load NetworkTests into a Newspeak image.  This image doesn't include Tests, but does contain SUnit and SUnitGUI.  I can't load NetworkTests because it depends on ClassTestCase which is in Tests-Utilities.  IMO ClassTestCase should be in SUnit.  Any disagreements?  Any agreements?  Mind if I move it there?

I checked, in Pharo it is already in SUnit-Core-Utilities.

        Marcus