generated from hpi-swa-teaching/SWT-Demo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rename tests including "lane" to "column"
- Loading branch information
Matthias Cram
committed
Aug 1, 2022
1 parent
e6765bc
commit 3e7a00c
Showing
47 changed files
with
71 additions
and
101 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...d.class/instance/buildColumnsSpecWith..st → ...rd.class/instance/buildColumnSpecWith..st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
toolbuilder | ||
buildColumnsSpecWith: aBuilder | ||
buildColumnSpecWith: aBuilder | ||
|
||
^ self columns collect: [:each | self buildColumnSpecWith: aBuilder and: each]. |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ce/testBuildAddLaneButtonPanelSpecWith.st → .../testBuildAddColumnButtonPanelSpecWith.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...nstance/testBuildAddLaneButtonSpecWith.st → ...tance/testBuildAddColumnButtonSpecWith.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ass/instance/testBuildLaneAreaSpecWith.st → ...s/instance/testBuildColumnAreaSpecWith.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
as yet unclassified | ||
testBuildLaneAreaSpecWith | ||
testBuildColumnAreaSpecWith | ||
|
||
| spec | | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
.../instance/testBuildLaneBodySpecWithAnd.st → ...nstance/testBuildColumnBodySpecWithAnd.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...stBuildLaneHeaderAddCardButtonSpecWith.st → ...BuildColumnHeaderAddCardButtonSpecWith.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...s/instance/testBuildLaneHeaderSpecWith.st → ...instance/testBuildColumnHeaderSpecWith.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...tance/testBuildLaneHeaderTitleSpecWith.st → ...nce/testBuildColumnHeaderTitleSpecWith.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...lass/instance/testBuildLaneSpecWithAnd.st → ...ss/instance/testBuildColumnSpecWithAnd.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
as yet unclassified | ||
testBuildLaneSpecWithAnd | ||
testBuildColumnSpecWithAnd | ||
|
||
| spec column | | ||
column := SPBColumn new | ||
|
2 changes: 1 addition & 1 deletion
2
...rdTests.class/instance/testCreateLanes.st → ...Tests.class/instance/testCreateColumns.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
as yet unclassified | ||
testCreateLanes | ||
testCreateColumns | ||
|
||
| columns | | ||
board createColumns. | ||
|
2 changes: 1 addition & 1 deletion
2
...tance/testShowLanesButDontRebuildCards.st → ...sts.class/instance/testRerenderColumns.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...rdTests.class/instance/testUpdateLanes.st → ...dTests.class/instance/testSetupColumns.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
as yet unclassified | ||
testUpdateLanes | ||
testSetupColumns | ||
|
||
| builder column pasteup | | ||
builder := SPBMockBuilder new. | ||
|
20 changes: 0 additions & 20 deletions
20
Squello-Tests.package/SPBBoardTests.class/instance/testShowLanes.st
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
...lass/instance/testUpdateLanesWithCards.st → ...Tests.class/instance/testUpdateColumns.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ass/instance/testUpdateLanesAndSidebar.st → ...s/instance/testUpdateColumnsAndSidebar.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...class/instance/testAddToNewLaneAsFirst.st → ...ass/instance/testAddToNewColumnAsFirst.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
tests | ||
testAddToNewLaneAsFirst | ||
testAddToNewColumnAsFirst | ||
|
||
| newCard card1 card2 | | ||
newCard := SPBCard new | ||
|
2 changes: 1 addition & 1 deletion
2
....class/instance/testAddToNewLaneAsLast.st → ...lass/instance/testAddToNewColumnAsLast.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
tests | ||
testAddToNewLaneAsLast | ||
testAddToNewColumnAsLast | ||
|
||
| newCard card1 card2 | | ||
newCard := SPBCard new | ||
|
2 changes: 1 addition & 1 deletion
2
...ass/instance/testAddToNewLaneEmptyLane.st → ...s/instance/testAddToNewColumnEmptyLane.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
tests | ||
testAddToNewLaneEmptyLane | ||
testAddToNewColumnEmptyLane | ||
|
||
| newCard | | ||
newCard := SPBCard new | ||
|
2 changes: 1 addition & 1 deletion
2
...lass/instance/testAddToNewLaneInMiddle.st → ...ss/instance/testAddToNewColumnInMiddle.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
tests | ||
testAddToNewLaneInMiddle | ||
testAddToNewColumnInMiddle | ||
|
||
| newCard card1 card2 | | ||
newCard := SPBCard new | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...s.class/instance/testChangeIndexOfLane.st → ...class/instance/testChangeIndexOfColumn.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...BLaneTests.class/instance/testMoveLane.st → ...umnTests.class/instance/testMoveColumn.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...ss/instance/testRemoveFirstFromOldLane.st → .../instance/testRemoveFirstFromOldColumn.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
tests | ||
testRemoveFirstFromOldLane | ||
testRemoveFirstFromOldColumn | ||
|
||
| card1 card2 card3 | | ||
card1 := SPBCard new | ||
|
2 changes: 1 addition & 1 deletion
2
...ass/instance/testRemoveLastFromOldLane.st → ...s/instance/testRemoveLastFromOldColumn.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
tests | ||
testRemoveLastFromOldLane | ||
testRemoveLastFromOldColumn | ||
|
||
| card1 card2 card3 | | ||
card1 := SPBCard new | ||
|
2 changes: 1 addition & 1 deletion
2
...s/instance/testRemoveMiddleFromOldLane.st → ...instance/testRemoveMiddleFromOldColumn.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
tests | ||
testRemoveMiddleFromOldLane | ||
testRemoveMiddleFromOldColumn | ||
|
||
| card1 card2 card3 | | ||
card1 := SPBCard new | ||
|
2 changes: 1 addition & 1 deletion
2
...ass/instance/testRemoveOnlyFromOldLane.st → ...s/instance/testRemoveOnlyFromOldColumn.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
tests | ||
testRemoveOnlyFromOldLane | ||
testRemoveOnlyFromOldColumn | ||
|
||
| card1 | | ||
card1 := SPBCard new | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
25 changes: 25 additions & 0 deletions
25
Squello-Tests.package/SPBColumnTests.class/methodProperties.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"class" : { | ||
}, | ||
"instance" : { | ||
"setUp" : "tk 7/30/2022 23:35", | ||
"tearDown" : "tk 7/30/2022 23:34", | ||
"testAddToNewColumnAsFirst" : "mcr 8/1/2022 02:09", | ||
"testAddToNewColumnAsLast" : "mcr 8/1/2022 02:09", | ||
"testAddToNewColumnEmptyLane" : "mcr 8/1/2022 02:09", | ||
"testAddToNewColumnInMiddle" : "mcr 8/1/2022 02:09", | ||
"testBoard" : "tk 7/30/2022 23:34", | ||
"testCardDroppedEvent" : "tk 7/30/2022 23:35", | ||
"testCards" : "tk 7/30/2022 23:34", | ||
"testChangeIndexOfColumn" : "mcr 8/1/2022 02:10", | ||
"testId" : "tk 7/30/2022 23:34", | ||
"testMoveColumn" : "mcr 8/1/2022 02:10", | ||
"testNewFrom" : "tk 7/30/2022 23:36", | ||
"testProvider" : "tk 7/30/2022 23:34", | ||
"testRemoveFirstFromOldColumn" : "mcr 8/1/2022 02:10", | ||
"testRemoveLastFromOldColumn" : "mcr 8/1/2022 02:10", | ||
"testRemoveMiddleFromOldColumn" : "mcr 8/1/2022 02:10", | ||
"testRemoveOnlyFromOldColumn" : "mcr 8/1/2022 02:10", | ||
"testTitle" : "tk 7/30/2022 23:34", | ||
"testUpdateTitle" : "tk 7/30/2022 23:34", | ||
"update:" : "lo 5/24/2022 23:18" } } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ctionLaneTests.class/instance/testLane.st → ...ionLaneTests.class/instance/testColumn.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
as yet unclassified | ||
testLane | ||
testColumn | ||
|
||
| column | | ||
column := SPBColumn new. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
25 changes: 0 additions & 25 deletions
25
Squello-Tests.package/SPBLaneTests.class/methodProperties.json
This file was deleted.
Oops, something went wrong.