Issue 3456 in pharo: ENH SUnit ClassFactoryForTestCase

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

Issue 3456 in pharo: ENH SUnit ClassFactoryForTestCase

pharo
Status: New
Owner: ----

New issue 3456 by bouraqadi: ENH SUnit ClassFactoryForTestCase
http://code.google.com/p/pharo/issues/detail?id=3456

The default superclass is put in a dedicated method so it can be redefined  
in subclasses


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3456 in pharo: ENH SUnit ClassFactoryForTestCase

pharo

Comment #1 on issue 3456 by bouraqadi: ENH SUnit ClassFactoryForTestCase
http://code.google.com/p/pharo/issues/detail?id=3456

Code

Attachments:
        enh3456-ParametrizableDefaultSuperclass.st  657 bytes


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3456 in pharo: ENH SUnit ClassFactoryForTestCase

pharo
Updates:
        Labels: Milestone-1.2

Comment #2 on issue 3456 by luc.fabresse: ENH SUnit ClassFactoryForTestCase
http://code.google.com/p/pharo/issues/detail?id=3456

Yes good Noury.

And to be consistant, I would like to do the following for its  
environment-aware subclass:
- rename ClassFactoryWithOrganizationForTestCase ->  
ClassFactoryWithOrganization
- rename ClassFactoryWithOrganizationForTestCaseTest ->  
ClassFactoryWithOrganizationTest
- move ClassFactoryWithOrganization from Tests-System to SUnit-Extensions  
(same as ClassFactory)
- move ClassFactoryWithOrganizationTest from Tests-System to SUnit-Tests  
(same as ClassFactoryTests)

Done in classFactoryWithOrganizationRefactorings.cs attached

Luc

Attachments:
        classFactoryWithOrganizationRefactorings.1.cs  1.1 KB


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3456 in pharo: ENH SUnit ClassFactoryForTestCase

pharo
Updates:
        Status: Fixed

Comment #3 on issue 3456 by luc.fabresse: ENH SUnit ClassFactoryForTestCase
http://code.google.com/p/pharo/issues/detail?id=3456

(No comment was entered for this change.)


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3456 in pharo: ENH SUnit ClassFactoryForTestCase

pharo
Updates:
        Status: Closed

Comment #4 on issue 3456 by marcus.denker: ENH SUnit ClassFactoryForTestCase
http://code.google.com/p/pharo/issues/detail?id=3456

12282