Skip to content

Commit

Permalink
testing ICFolderDialog sortButtonVisualisation
Browse files Browse the repository at this point in the history
  • Loading branch information
brokkoli71 committed May 31, 2022
1 parent 28d6d09 commit a092976
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
running
sortButtonLabels

^{'Flag'. 'Subject'. 'Sender'. 'Date'}
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
running
testSortVisualisation

| button |

self sortButtonLabels do:
[ :buttonLabel |
button:= self subject findByLabel: buttonLabel.
self assert: button label equals: buttonLabel.
button click.
self assert: button label equals: buttonLabel, ' (asc)'.
button click.
self assert: button label equals: buttonLabel, ' (desc)']
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@
},
"instance" : {
"setUp" : "hsp 5/31/2022 17:54",
"tearDown" : "hsp 5/31/2022 17:52" } }
"sortButtonLabels" : "hsp 5/31/2022 18:04",
"tearDown" : "hsp 5/31/2022 17:52",
"testSortVisualisation" : "hsp 5/31/2022 18:07" } }

0 comments on commit a092976

Please sign in to comment.