Issue 3036: SUnit Refactoring

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

Issue 3036: SUnit Refactoring

Sean P. DeNigris
Administrator
In the course of working through A Mentoring Course on Smalltalk, I applied some small refactorings to SUnit.

Issue: http://code.google.com/p/pharo/issues/detail?id=3036

Fix in inbox: SUnit-SeanDeNigris.114

* TestCase now uses class>>suiteClass instead of referencing the class name directly
* TestSuite now uses #resultClass instead of referencing the class name directly

Also, 114 is a merge of SUnit-StephaneDucasse.113 and SUnit-SeanDeNigris.106 (a package saved in my local cache).  Should I upload SUnit-SeanDeNigris.106 also?

Thanks.
Sean
Cheers,
Sean
Reply | Threaded
Open this post in threaded view
|

Re: Issue 3036: SUnit Refactoring

Stéphane Ducasse

> In the course of working through A Mentoring Course on Smalltalk, I applied
> some small refactorings to SUnit.
>
> Issue: http://code.google.com/p/pharo/issues/detail?id=3036
>
> Fix in inbox: SUnit-SeanDeNigris.114
>
> * TestCase now uses class>>suiteClass instead of referencing the class name
> directly
> * TestSuite now uses #resultClass instead of referencing the class name
> directly

I did that long time go but it was lost apparently.
Sean we just merged SUnit 4.0 so can you have a look.

Stef


>
> Also, 114 is a merge of SUnit-StephaneDucasse.113 and SUnit-SeanDeNigris.106
> (a package saved in my local cache).  Should I upload SUnit-SeanDeNigris.106
> also?
>
> Thanks.
> Sean
>
> --
> View this message in context: http://forum.world.st/Issue-3036-SUnit-Refactoring-tp2914375p2914375.html
> Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: Issue 3036: SUnit Refactoring

Sean P. DeNigris
Administrator
Stéphane Ducasse wrote
Sean we just merged SUnit 4.0 so can you have a look.
Okay, thanks.
Cheers,
Sean