Skip to content

Commit

Permalink
Merge 42279fd into 885cfd3
Browse files Browse the repository at this point in the history
  • Loading branch information
lassesteffen committed Jul 19, 2018
2 parents 885cfd3 + 42279fd commit 79fcdbb
Show file tree
Hide file tree
Showing 300 changed files with 831 additions and 934 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
as yet unclassified
testRippleDeletion

self testRippleDeletion: self widget
self _testRippleDeletion
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
as yet unclassified
testRippleInitialization

self testRippleInitialization: self widget
self _testRippleInitialization
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"class" : {
"classToTest" : "mats 7/11/2018 21:15" },
"instance" : {
"testRippleDeletion" : "mats 7/11/2018 21:25",
"testRippleInitialization" : "mats 7/11/2018 21:17" } }
"testRippleDeletion" : "LS 7/19/2018 16:31",
"testRippleInitialization" : "LS 7/19/2018 16:31" } }
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
as yet unclassified
class name
classToTest

^ MDContainedButton
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
forms
mouseEntered
mouseEnter

^ '(Form
extent: 110@38
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
as yet unclassified
mock object helper methods
tests

^ super tests
Expand All @@ -8,4 +8,5 @@ tests
at: #alternativeBackgroundColor put: true;
at: #mouseEnter put: true;
at: #ripples put: true;
at: #toggleOn put: true;
yourself
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
forms
toggled
toggleOn

^ '(Form
extent: 108@36
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
testing
testAlternativeBackgroundColor

self testAlternativeBackgroundColor: self widget
self _testAlternativeBackgroundColor
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
testing
testAlternativeText

self testAlternativeText: self widget
self _testAlternativeText
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
testing
testDisable

self testDisable: self widget
self _testDisable
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
testing
testDisableAndEnable

self testDisableAndEnable: self widget
self _testDisableAndEnable
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
testing
testEnabled

self testEnabled: self widget
self _testEnabled
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
testing
testMouseEnter

self testMouseEnter: self widget
self _testMouseEnter
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
testing
testMouseEnterAndLeave

self testMouseEnterAndLeave: self widget
self _testMouseEnterAndLeave
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
testing
testMouseEnterWhenToggled

self testMouseEnterWhenToggled: self widget
self _testMouseEnterWhenToggled
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
testing
testRipples

self testRipples: self widget
self _testRipples
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
{
"class" : {
"alternativeBackgroundColor" : "mats 6/13/2018 10:28",
"alternativeText" : "mats 6/13/2018 10:28",
"alternativeBackgroundColor" : "LS 7/19/2018 16:45",
"alternativeText" : "LS 7/19/2018 16:45",
"classToTest" : "mats 6/13/2018 10:15",
"disabled" : "mats 6/13/2018 10:33",
"enabled" : "mats 6/13/2018 10:32",
"mouseEntered" : "mats 6/13/2018 11:24",
"rippleWithFactor0_25" : "mats 7/11/2018 19:43",
"rippleWithFactor0_5" : "mats 7/11/2018 19:43",
"rippleWithFactor0_75" : "mats 7/11/2018 19:43",
"rippleWithFactor1" : "mats 7/11/2018 19:43",
"tests" : "mats 7/11/2018 19:44",
"toggled" : "LS 6/21/2018 20:28" },
"disabled" : "LS 7/19/2018 16:45",
"enabled" : "LS 7/19/2018 16:45",
"mouseEnter" : "LS 7/19/2018 16:45",
"rippleWithFactor0_25" : "LS 7/19/2018 16:45",
"rippleWithFactor0_5" : "LS 7/19/2018 16:45",
"rippleWithFactor0_75" : "LS 7/19/2018 16:45",
"rippleWithFactor1" : "LS 7/19/2018 16:45",
"tests" : "LS 7/19/2018 14:49",
"toggleOn" : "LS 7/19/2018 16:45" },
"instance" : {
"testAlternativeBackgroundColor" : "LS 6/18/2018 10:36",
"testAlternativeText" : "LS 6/18/2018 10:36",
"testDisable" : "LS 6/18/2018 10:36",
"testDisableAndEnable" : "LS 6/18/2018 10:36",
"testEnabled" : "LS 6/18/2018 10:37",
"testMouseEnter" : "LS 6/18/2018 10:37",
"testMouseEnterAndLeave" : "LS 6/18/2018 10:38",
"testMouseEnterWhenToggled" : "mats 7/11/2018 18:29",
"testRipples" : "mats 7/11/2018 18:58" } }
"testAlternativeBackgroundColor" : "LS 7/19/2018 14:05",
"testAlternativeText" : "LS 7/19/2018 14:07",
"testDisable" : "LS 7/19/2018 14:08",
"testDisableAndEnable" : "LS 7/19/2018 14:16",
"testEnabled" : "LS 7/19/2018 14:18",
"testMouseEnter" : "LS 7/19/2018 14:22",
"testMouseEnterAndLeave" : "LS 7/19/2018 14:24",
"testMouseEnterWhenToggled" : "LS 7/19/2018 14:25",
"testRipples" : "LS 7/19/2018 14:41" } }
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
as yet unclassified
class name
classToTest

^ MDDialog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
as yet unclassified
mock object helper methods
updateAllMockObjects

self
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
as yet unclassified
mock object helper methods
updateBasicMockObject

self renderFormString: self new basicDialog andStoreWithName: 'basic'
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
as yet unclassified
mock object helper methods
updateCustomMockObject

self renderFormString: self new customDialog andStoreWithName: 'custom'
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"class" : {
"basic" : "mats 6/13/2018 11:26",
"basic" : "LS 7/19/2018 16:45",
"classToTest" : "mats 6/13/2018 10:16",
"custom" : "mats 6/13/2018 11:26",
"custom" : "LS 7/19/2018 16:45",
"updateAllMockObjects" : "mats 6/13/2018 11:19",
"updateBasicMockObject" : "mats 6/13/2018 11:19",
"updateCustomMockObject" : "mats 6/13/2018 11:19" },
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
as yet unclassified
testRippleDeletion

self testRippleDeletion: self widget
self _testRippleDeletion
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
as yet unclassified
testRippleInitialization

self testRippleInitialization: self widget
self _testRippleInitialization
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"class" : {
"classToTest" : "mats 7/11/2018 21:19" },
"instance" : {
"testRippleDeletion" : "mats 7/11/2018 21:59",
"testRippleInitialization" : "mats 7/11/2018 21:18" } }
"testRippleDeletion" : "LS 7/19/2018 16:31",
"testRippleInitialization" : "LS 7/19/2018 16:31" } }

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
testing
testAlternativeBackgroundColor

self testAlternativeBackgroundColor: self widget
self _testAlternativeBackgroundColor
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
testing
testDisable

self testDisable: self widget
self _testDisable
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
testing
testDisableAndEnable

self testDisableAndEnable: self classToTest new
self _testDisableAndEnable
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
testing
testEnabled

self testEnabled: self widget
self _testEnabled
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
testing
testMouseEnter

self _testMouseEnter
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
testing
testRipples

self testRipples: self widget
self _testRipples
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
{
"class" : {
"alternativeBackgroundColor" : "mats 6/13/2018 10:28",
"alternativeText" : "mats 6/13/2018 10:28",
"alternativeBackgroundColor" : "LS 7/19/2018 16:45",
"alternativeText" : "LS 7/19/2018 16:45",
"classToTest" : "mats 6/13/2018 10:18",
"disabled" : "mats 6/13/2018 10:33",
"enabled" : "mats 6/13/2018 10:33",
"mouseEntered" : "mats 6/13/2018 10:28",
"rippleWithFactor0_25" : "mats 7/11/2018 19:43",
"rippleWithFactor0_5" : "mats 7/11/2018 19:43",
"rippleWithFactor0_75" : "mats 7/11/2018 19:43",
"rippleWithFactor1" : "mats 7/11/2018 19:43",
"disabled" : "LS 7/19/2018 16:45",
"enabled" : "LS 7/19/2018 16:45",
"mouseEnter" : "LS 7/19/2018 16:45",
"rippleWithFactor0_25" : "LS 7/19/2018 16:45",
"rippleWithFactor0_5" : "LS 7/19/2018 16:45",
"rippleWithFactor0_75" : "LS 7/19/2018 16:45",
"rippleWithFactor1" : "LS 7/19/2018 16:45",
"tests" : "mats 7/11/2018 19:44" },
"instance" : {
"testAlternativeBackgroundColor" : "LS 6/18/2018 10:38",
"testDisable" : "LS 6/18/2018 10:38",
"testDisableAndEnable" : "JW 6/11/2018 23:00",
"testEnabled" : "LS 6/18/2018 10:38",
"testRipples" : "mats 7/11/2018 19:04" } }
"testAlternativeBackgroundColor" : "LS 7/19/2018 14:06",
"testDisable" : "LS 7/19/2018 14:08",
"testDisableAndEnable" : "LS 7/19/2018 14:16",
"testEnabled" : "LS 7/19/2018 14:18",
"testMouseEnter" : "LS 7/19/2018 14:43",
"testRipples" : "LS 7/19/2018 14:41" } }
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
forms
class name
classToTest

^ MDBasicListExample
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
forms
mock object helper methods
updateAllMockObjects

self
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
forms
mock object helper methods
updateEnabledMockObject

self renderFormString: MDBasicListExample new andStoreWithName: 'enabled'
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
forms
mock object helper methods
updateFilteredMockObject

| list |
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
forms
mock object helper methods
updateScrolledToBottomMockObject
| test |
test := self new setUp.
self renderFormString: test listScrolledDownToBottom andStoreWithName: 'listScrolledDownToBottom'

self
renderFormString: self new listScrolledDownToBottomWidget
andStoreWithName: 'listScrolledDownToBottom'
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
forms
mock object helper methods
updateScrolledToBottomWithScrollbarMockObject
| test |
test := self new setUp.
self renderFormString: test listWithScrollbarScrolledDownToBottom andStoreWithName: 'listWithScrollbarScrolledDownToBottom'

self
renderFormString: self new listWithScrollbarScrolledDownToBottomWidget
andStoreWithName: 'listWithScrollbarScrolledDownToBottom'
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
testing
listScrolledDownToBottom
widgets
listScrolledDownToBottomWidget

self widget scrollDown: self widget maxScrollDelta.

^ self widget

This file was deleted.

Loading

0 comments on commit 79fcdbb

Please sign in to comment.