Skip to content

Commit a3aca39

Browse files
committed
one of the final refactorings
1 parent f05f593 commit a3aca39

File tree

4 files changed

+16
-0
lines changed

4 files changed

+16
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
private-utilities
2+
forDeepSubMorphsOf: aMorph do: aBlock
3+
4+
aMorph submorphs do: [ :subMorph |
5+
aBlock value: subMorph.
6+
MTFMorphWrapper forDeepSubMorphsOf: subMorph do: aBlock.
7+
].
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
assertion
2+
covers: aMorph position: aPosition
3+
4+
^(aMorph position x < aPosition x) and:
5+
[aMorph position y < aPosition y] and:
6+
[aMorph position x + aMorph width > aPosition x] and:
7+
[aMorph position y + aMorph height > aPosition y]

packages/MorphicTestingFramework-Core.package/monticello.meta/version.d/MorphicTestingFramework-Core-PA.30_3c9473c1-b549-de41-bcd0-33ee10bd957d

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
(name 'MorphicTestingFramework-Core-PA.30'message 'one of the final refactorings!'id '3c9473c1-b549-de41-bcd0-33ee10bd957d'date '20 July 2014'time '3:48:09.768 pm'author 'PA'ancestors ((id 'c246e471-79a9-8c4a-9a8d-a46ea0db97ff'))stepChildren ())

packages/MorphicTestingFramework-Tests.package/monticello.meta/version.d/MorphicTestingFramework-Tests-PA.31_680ac742-0ab9-e845-b5fb-7431d23a905e

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
(name 'MorphicTestingFramework-Tests-PA.31'message 'one of the final refacotrings!'id '680ac742-0ab9-e845-b5fb-7431d23a905e'date '20 July 2014'time '3:47:31.799 pm'author 'PA'ancestors ((id '829cd62b-84cd-4cae-a24f-3c4544957f74'))stepChildren ())

0 commit comments

Comments
 (0)