Skip to content

Commit

Permalink
Refactor and reduce tests
Browse files Browse the repository at this point in the history
Remove obsolete method


Co-authored-by: Benedikt Schenkel <benedikt.schenkel@student.hpi.de>
  • Loading branch information
LinqLover and Scretch9 committed Jun 19, 2019
1 parent 3a9365a commit e67b56c
Show file tree
Hide file tree
Showing 27 changed files with 20 additions and 158 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"class" : {
"cellFactory:rowHeaderFactory:columnHeaderFactory:" : "CT 5/28/2019 18:09",
"newSheet" : "CT 6/13/2019 13:16" },
"cellFactory:rowHeaderFactory:columnHeaderFactory:" : "CT 5/28/2019 18:09" },
"instance" : {
"allContents" : "CT 6/7/2019 13:32",
"anySatisfy:" : "CT 5/29/2019 14:56",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
*SpreadSheetTool-Tests-enumerating
cross: aCollection collect: aBlock

| combinationCollections |
combinationCollections := self collect: [:first |
aCollection collect: [:second |
aBlock value: first value: second]].
^ combinationCollections reduce: #,
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"class" : {
},
"instance" : {
"cross:collect:" : "CT 6/19/2019 11:40" } }
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
{
"name" : "Collection" }
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
testing data
someValue

^ 'World spreadSheets maxByBeautiness = SqueakSheet'
^ 'Squeak forever <3'
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"classUnderTest" : "CT 5/29/2019 15:28",
"fixturesForLabel" : "CT 6/6/2019 10:45",
"setUp" : "CT 6/7/2019 14:00",
"someValue" : "CT 5/29/2019 15:52",
"someValue" : "CT 6/19/2019 11:43",
"testColumnHeaderFor" : "CT 5/29/2019 15:29",
"testGenerateColumnLabelFor" : "CT 5/29/2019 15:28",
"testGenerateRowLabelFor" : "CT 5/29/2019 15:28",
Expand Down
Empty file.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,4 @@ fixturesForRowCountColumnCount
self someColumnIndex.
self columnCount.
self columnCount + self someColumnIndex }.
^ (rows collect: [:row |
columns collect: [:column |
{ row. column }]])
reduce: #,
^ rows cross: columns collect: [:row :column | {row. column}]
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"classUnderTest" : "CT 6/7/2019 12:45",
"columnCount" : "CT 4/30/2019 12:03",
"columnHeaderFor:" : "CT 5/28/2019 18:56",
"fixturesForRowCountColumnCount" : "CT 5/29/2019 15:14",
"fixturesForRowCountColumnCount" : "CT 6/19/2019 11:37",
"rowCount" : "CT 4/30/2019 15:28",
"rowHeaderFor:" : "CT 5/28/2019 18:56",
"setUp" : "CT 6/7/2019 13:16",
Expand Down

0 comments on commit e67b56c

Please sign in to comment.