Skip to content

Commit 9a58ccd

Browse files
committed
moving inhreitsFromTestCase from ClassBlueprint to Famix.
1 parent b417fda commit 9a58ccd

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Moose-Blueprint-Models/FamixStClass.extension.st

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,5 @@
11
Extension { #name : 'FamixStClass' }
22

3-
{ #category : '*Moose-Blueprint-Models' }
4-
FamixStClass >> inheritsFromTestCase [
5-
6-
self withSuperclassesDo: [ :each |
7-
each name = 'TestCase' ifTrue: [ ^ true ] ].
8-
^ false
9-
]
10-
113
{ #category : '*Moose-Blueprint-Models' }
124
FamixStClass >> isCBTestCase [
135
self deprecated: 'please use isTestCase' transformWith: '`@receiver isCBTestCase' -> '`@receiver isTestCase '.

0 commit comments

Comments
 (0)