Skip to content

Commit

Permalink
fix mock object strings in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mschroederi committed Jul 25, 2018
1 parent ffe4a91 commit 1d04096
Show file tree
Hide file tree
Showing 26 changed files with 66 additions and 58 deletions.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"class" : {
"alternativeBackgroundColor" : "CG 7/25/2018 20:22",
"alternativeText" : "CG 7/25/2018 20:22",
"alternativeBackgroundColor" : "mats 7/25/2018 21:19",
"alternativeText" : "mats 7/25/2018 21:19",
"classToTest" : "mats 6/13/2018 10:15",
"disabled" : "CG 7/25/2018 20:23",
"enabled" : "CG 7/25/2018 20:23",
"mouseEnter" : "CG 7/25/2018 20:23",
"rippleWithFactor0_25" : "CG 7/25/2018 20:24",
"rippleWithFactor0_5" : "CG 7/25/2018 20:24",
"rippleWithFactor0_75" : "CG 7/25/2018 20:24",
"rippleWithFactor1" : "CG 7/25/2018 20:25",
"disabled" : "mats 7/25/2018 21:19",
"enabled" : "mats 7/25/2018 21:19",
"mouseEnter" : "mats 7/25/2018 21:19",
"rippleWithFactor0_25" : "mats 7/25/2018 21:19",
"rippleWithFactor0_5" : "mats 7/25/2018 21:19",
"rippleWithFactor0_75" : "mats 7/25/2018 21:19",
"rippleWithFactor1" : "mats 7/25/2018 21:19",
"tests" : "LS 7/19/2018 14:49",
"toggleOn" : "CG 7/25/2018 20:25" },
"toggleOn" : "mats 7/25/2018 21:19" },
"instance" : {
"testAlternativeBackgroundColor" : "LS 7/19/2018 14:05",
"testAlternativeText" : "LS 7/19/2018 14:07",
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"class" : {
"basic" : "CG 7/25/2018 20:26",
"basic" : "LS 7/19/2018 16:45",
"classToTest" : "mats 6/13/2018 10:16",
"custom" : "CG 7/25/2018 20:26",
"custom" : "LS 7/19/2018 16:45",
"updateAllMockObjects" : "mats 6/13/2018 11:19",
"updateBasicMockObject" : "mats 7/25/2018 14:15",
"updateCustomMockObject" : "mats 7/25/2018 14:14" },
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"class" : {
"alternativeBackgroundColor" : "CG 7/25/2018 20:27",
"alternativeText" : "CG 7/25/2018 20:27",
"alternativeBackgroundColor" : "mats 7/25/2018 21:21",
"alternativeText" : "mats 7/25/2018 21:21",
"classToTest" : "mats 6/13/2018 10:18",
"disabled" : "CG 7/25/2018 20:27",
"enabled" : "CG 7/25/2018 20:27",
"mouseEnter" : "CG 7/25/2018 20:28",
"rippleWithFactor0_25" : "CG 7/25/2018 20:28",
"rippleWithFactor0_5" : "CG 7/25/2018 20:29",
"rippleWithFactor0_75" : "CG 7/25/2018 20:29",
"rippleWithFactor1" : "CG 7/25/2018 20:29",
"disabled" : "mats 7/25/2018 21:21",
"enabled" : "mats 7/25/2018 21:21",
"mouseEnter" : "mats 7/25/2018 21:21",
"rippleWithFactor0_25" : "mats 7/25/2018 21:21",
"rippleWithFactor0_5" : "mats 7/25/2018 21:21",
"rippleWithFactor0_75" : "mats 7/25/2018 21:21",
"rippleWithFactor1" : "mats 7/25/2018 21:21",
"tests" : "mats 7/11/2018 19:44" },
"instance" : {
"testAlternativeBackgroundColor" : "LS 7/19/2018 14:06",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
mock object helper methods
tests

self subclassResponsibility
^ Dictionary new
at: #enabled put: false;
at: #disabled put: false;
at: #alternativeText put: false;
at: #alternativeBackgroundColor put: false;
at: #mouseEnter put: false;
at: #toggleOn put: false;
at: #ripples put: false;
yourself
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"openForm:" : "mats 6/13/2018 10:42",
"printableFromScaleFactor:" : "mats 7/11/2018 19:40",
"renderOnFormString:andStoreWithName:" : "mats 7/25/2018 14:14",
"tests" : "mats 7/25/2018 14:14",
"tests" : "LS 7/19/2018 15:40",
"updateAllMockObjects" : "LS 7/19/2018 16:45",
"updateAlternativeBackgroundColorMockObject" : "mats 7/25/2018 14:16",
"updateAlternativeTextMockObject" : "mats 7/25/2018 14:16",
Expand Down

0 comments on commit 1d04096

Please sign in to comment.