Skip to content

Commit

Permalink
add test cases for creation of Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasduerschmid committed Jul 4, 2016
1 parent 6169bc0 commit 9c699ae
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion packages/Algernon.package/monticello.meta/version

Large diffs are not rendered by default.

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

self assert: ALGActionType new createListOfAlgeractions notEmpty
self assert: ALGActionType new createListOfAlgeractions notEmpty
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
testing
testRepositoryTypeAlgertemListWith

self assert: (ALGRepositoryType algertemListWith: 'Algernon') notEmpty
self assert: (ALGRepositoryType algertemListWith: 'Algernon') notEmpty
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ testRepositoryTypeCreateListOfAlgeractions
repos do: [ :each |
self assert: (ALGRepositoryType
withType: (each description)
withPackage: 'Algernon') createListOfAlgeractions notEmpty ].
withPackage: 'Algernon') createListOfAlgeractions notEmpty]
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@
},
"instance" : {
"setUp" : "LK 6/9/2016 11:38",
"testActionTypeCreateListOfAlgeractions" : "td 7/4/2016 20:13",
"testCategoryTypeCreateListOfAlgeractions" : "td 7/4/2016 20:17",
"testClassTypeCreateListOfAlgeractions" : "td 7/4/2016 20:23",
"testExpressionTypeCreateListOfAlgeractions" : "td 7/4/2016 20:17",
"testGlobalVariableTypeCreateListOfAlgeractions" : "td 7/4/2016 20:17",
"testMethodTypeCreateListOfAlgeractions" : "td 7/4/2016 20:18",
"testMorphTypeCreateListOfAlgeractions" : "td 7/4/2016 20:18",
"testPackageTypeCreateListOfAlgeractions" : "td 7/4/2016 20:19",
"testActionTypeCreateListOfAlgeractions" : "td 7/4/2016 20:39",
"testCategoryTypeCreateListOfAlgeractions" : "td 7/4/2016 20:39",
"testClassTypeCreateListOfAlgeractions" : "td 7/4/2016 20:39",
"testExpressionTypeCreateListOfAlgeractions" : "td 7/4/2016 20:39",
"testGlobalVariableTypeCreateListOfAlgeractions" : "td 7/4/2016 20:39",
"testMethodTypeCreateListOfAlgeractions" : "td 7/4/2016 20:39",
"testMorphTypeCreateListOfAlgeractions" : "td 7/4/2016 20:39",
"testPackageTypeCreateListOfAlgeractions" : "td 7/4/2016 20:39",
"testRanking" : "LK 6/9/2016 11:39",
"testRepositoryTypeAlgertemListWith" : "td 7/4/2016 20:32",
"testRepositoryTypeCreateListOfAlgeractions" : "td 7/4/2016 20:35",
"testRepositoryTypeAlgertemListWith" : "td 7/4/2016 20:39",
"testRepositoryTypeCreateListOfAlgeractions" : "td 7/4/2016 20:39",
"testSelectionIncrement" : "LK 6/9/2016 11:26",
"testSettingsTypeCreateListOfAlgeractions" : "td 7/4/2016 20:19",
"testTestTypeCreateListOfAlgeractions" : "td 7/4/2016 20:19",
"testWorldMenuMorphTypeCreateListOfAlgeractions" : "td 7/4/2016 20:18" } }
"testSettingsTypeCreateListOfAlgeractions" : "td 7/4/2016 20:39",
"testTestTypeCreateListOfAlgeractions" : "td 7/4/2016 20:39",
"testWorldMenuMorphTypeCreateListOfAlgeractions" : "td 7/4/2016 20:39" } }
2 changes: 1 addition & 1 deletion packages/AlgernonTests.package/monticello.meta/version

Large diffs are not rendered by default.

0 comments on commit 9c699ae

Please sign in to comment.