|
Maybe you could at least ignore "should" messages like "should:raise:" that take arguments, to be consistent:
isTestMethod
^ (self methodClass inheritsFrom: TestCase) and: [ (self selector beginsWith: 'test') or: [ (self selector beginsWith: 'should') and: [self numArgs isZero]]]
|
|
|
Priority: 3 – Must Fix
|
|
Status: Work Needed
|
|
Assigned to: Everyone
|
|
Milestone: Pharo3.0
|
Go to Case
|
|