Manuscript (Case [Issue]22233) SUnit - There is no class defining classNamesNotUnderTest in the system.

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

Manuscript (Case [Issue]22233) SUnit - There is no class defining classNamesNotUnderTest in the system.

Pharo Issue Tracker
Manuscript Notification
avatar
Julien Delplanque opened Case 22233: There is no class defining classNamesNotUnderTest in the system. and assigned it to Everyone:
Bug in Project:  SUnit: 1. Pharo Image  •  You are subscribed to this case
There is no class defining classNamesNotUnderTest in the system.

Maybe the next method should be removed?

excludeClassesNotUnderTestFrom: methods
    classesSelected
        do: [ :class | 
            (class class includesSelector: #classNamesNotUnderTest)
                ifTrue: [
                    class classNamesNotUnderTest
                        do: [ :className | 
                            | theClass |
                            theClass := Smalltalk globals classNamed: className.
                            theClass
                                ifNotNil: [ 
                                    theClass methods do: [ :each | methods remove: each methodReference ifAbsent: [  ] ].
                                    theClass class methods do: [ :each | methods remove: each methodReference ifAbsent: [  ] ] ] ] ] ]
Priority Priority: 5 – Fix If Time Status Status: Work Needed
Assigned To Assigned to: Everyone Milestone Milestone: Later

Go to Case
No longer need updates? Unsubscribe from this case.

Don't want Manuscript notifications anymore? Update your preferences.

Manuscript

_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
https://lists.gforge.inria.fr/mailman/listinfo/pharo-bugtracker