Skip to content

Commit

Permalink
-only setup/teardown
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-bessin committed Jul 29, 2021
1 parent 82fac75 commit ef4317d
Show file tree
Hide file tree
Showing 9 changed files with 25 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ update: anObject
self endTime: anObject endTime.
self createTracks.
self addTimebar.
self owner owner addDependent: self.
"self owner owner addDependent: self."
self updateExtent.
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@
"timebar" : "MH 7/1/2021 09:56",
"timebar:" : "MH 7/1/2021 09:56",
"trackHeight" : "CL 7/2/2021 11:56",
"update:" : "mjs 7/8/2021 11:20",
"update:" : "NB 7/15/2021 12:26",
"updateExtent" : "mjs 7/8/2021 10:48" } }
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
accessing
animationsEditorInstance: anObject

animationsEditorInstance := anObject.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
accessing
animationsEditorInstance

^ animationsEditorInstance
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
as yet unclassified
setUp
| morph |

super setUp.
self morph: Morph new openInWorld.
self animationsEditorInstance: AnimationsEditor open.
morph := Morph new openInWorld.
self animationsEditorInstance addTargetMorph: morph.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
as yet unclassified
tearDown
super tearDown.
self morph abandon.
(self animationsEditorInstance propertyList second) targetMorph abandon.
self animationsEditorInstance windowReference abandon.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
as yet unclassified
testAddKeyframeToRightPosition
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,8 @@
"class" : {
},
"instance" : {
"setUp" : "mjs 7/8/2021 11:23",
"tearDown" : "mjs 7/8/2021 11:24" } }
"animationsEditorInstance" : "NB 7/29/2021 15:23",
"animationsEditorInstance:" : "NB 7/29/2021 15:23",
"setUp" : "NB 7/29/2021 15:47",
"tearDown" : "NB 7/29/2021 15:39",
"testAddKeyframeToRightPosition" : "NB 7/29/2021 15:22" } }
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
],
"commentStamp" : "",
"instvars" : [
"morph" ],
"animationsEditorInstance" ],
"name" : "AnimationsEditorTimelineTest",
"pools" : [
],
Expand Down

0 comments on commit ef4317d

Please sign in to comment.