Skip to content

Commit

Permalink
#253 defer some of the call back tests for later
Browse files Browse the repository at this point in the history
  • Loading branch information
dalehenrich committed Apr 19, 2016
1 parent 35b9f55 commit 9ef77e1
Show file tree
Hide file tree
Showing 19 changed files with 28 additions and 30 deletions.
@@ -0,0 +1,3 @@
private
todeServerOopType
^ todeServerOopType
Expand Up @@ -27,4 +27,5 @@
"sessionDescription" : "dkh 4/16/2016 19:47",
"sessionDescription:" : "dkh 4/16/2016 19:46",
"todeServerCreationStringWithOptions:" : "dkh 4/15/2016 20:53",
"todeServerOopType" : "dkh 4/19/2016 14:54",
"unregisterServiceFor:" : "dkh 4/19/2016 11:20" } }
@@ -1 +1 @@
(name 'Tode-Minimal-Client-Core-dkh.7' message 'implement GsInteraction tests' id '137c6d90-c6ee-421c-8deb-1f6fbe42cb98' date '19 April 2016' time '2:49:10.986355 pm' author 'dkh' ancestors ((name 'Tode-Minimal-Client-Core-dkh.6' message '#253 implement services registry (for server callbacks) in minimal client' id 'e0c3c402-a9c1-4d7b-894e-baf1f655ada8' date '19 April 2016' time '11:33:35.066967 am' author 'dkh' ancestors ((name 'Tode-Minimal-Client-Core-dkh.5' message '#253 tode command line execution is functional' id '22b068ae-b4b9-4cdd-928f-983733b3d00f' date '19 April 2016' time '10:16:53.881356 am' author 'dkh' ancestors ((name 'Tode-Minimal-Client-Core-dkh.4' message '#253 implementing TDMinimalClient>>evaluate: which takes a tODE command and executes it ...' id '465a0c1c-f91f-49ee-88cf-da95c3eadf1f' date '19 April 2016' time '6:57:42.543698 am' author 'dkh' ancestors ((name 'Tode-Minimal-Client-Core-dkh.3' message 'minimal tode client login functional!' id '72ddd092-155e-4988-b8c5-4879fed2b963' date '19 April 2016' time '6:00:35.970673 am' author 'dkh' ancestors ((name 'Tode-Minimal-Client-Core-dkh.2' message '#253 TDMinimalClient>>loginWith: is working up until the clientForwarder send ... which is pretty good' id 'fb43446c-66d5-4e33-8f32-2fe1f61294b7' date '16 April 2016' time '8:14:01.400538 pm' author 'dkh' ancestors ((name 'Tode-Minimal-Client-Core-dkh.1' message '#253 start work on minimal client implementation ... dependent upong GsDevKit/GsDevKit_home#103 as well' id '04a9011f-075f-4a0c-9874-a9e2cf894f58' date '16 April 2016' time '11:40:28.303675 am' author 'dkh' ancestors () stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())
(name 'Tode-Minimal-Client-Core-dkh.8' message '#253 defer some of the call back tests for later ' id 'be8f8e9a-8e1c-43f6-bcd3-a94b279d7161' date '19 April 2016' time '3:02:23.760295 pm' author 'dkh' ancestors ((name 'Tode-Minimal-Client-Core-dkh.7' message 'implement GsInteraction tests' id '137c6d90-c6ee-421c-8deb-1f6fbe42cb98' date '19 April 2016' time '2:49:10.986355 pm' author 'dkh' ancestors ((name 'Tode-Minimal-Client-Core-dkh.6' message '#253 implement services registry (for server callbacks) in minimal client' id 'e0c3c402-a9c1-4d7b-894e-baf1f655ada8' date '19 April 2016' time '11:33:35.066967 am' author 'dkh' ancestors ((name 'Tode-Minimal-Client-Core-dkh.5' message '#253 tode command line execution is functional' id '22b068ae-b4b9-4cdd-928f-983733b3d00f' date '19 April 2016' time '10:16:53.881356 am' author 'dkh' ancestors ((name 'Tode-Minimal-Client-Core-dkh.4' message '#253 implementing TDMinimalClient>>evaluate: which takes a tODE command and executes it ...' id '465a0c1c-f91f-49ee-88cf-da95c3eadf1f' date '19 April 2016' time '6:57:42.543698 am' author 'dkh' ancestors ((name 'Tode-Minimal-Client-Core-dkh.3' message 'minimal tode client login functional!' id '72ddd092-155e-4988-b8c5-4879fed2b963' date '19 April 2016' time '6:00:35.970673 am' author 'dkh' ancestors ((name 'Tode-Minimal-Client-Core-dkh.2' message '#253 TDMinimalClient>>loginWith: is working up until the clientForwarder send ... which is pretty good' id 'fb43446c-66d5-4e33-8f32-2fe1f61294b7' date '16 April 2016' time '8:14:01.400538 pm' author 'dkh' ancestors ((name 'Tode-Minimal-Client-Core-dkh.1' message '#253 start work on minimal client implementation ... dependent upong GsDevKit/GsDevKit_home#103 as well' id '04a9011f-075f-4a0c-9874-a9e2cf894f58' date '16 April 2016' time '11:40:28.303675 am' author 'dkh' ancestors () stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())
@@ -1,4 +1,4 @@
tests
tests - interactions
testChoiceInteraction
| choice prompt labels values lines generatorStonString expectedChoice |
prompt := 'Select something'.
Expand Down
@@ -1,4 +1,4 @@
tests
tests - interactions
testConfirmInteraction
| prompt confirm cancel abort generatorStonString answer |
prompt := 'Confirm something'.
Expand Down
@@ -1,7 +1,5 @@
tests
tests - deferred
testDbContinue_
| cmdResult |
self client
registerService: [ :processOop :aClient | self halt ]
for: #dbContinue:.
cmdResult := self client evaluate: ''
@@ -1,7 +1,5 @@
tests
tests - deferred
testDbStep_forProcessOop_
| cmdResult |
self client
registerService: [ :level :processOop :aClient | self halt ]
for: #dbStep:forProcessOop:.
cmdResult := self client evaluate: ''
@@ -1,4 +1,4 @@
tests
tests - deferred
testExecuteRestoreFromBackupFromClient_
| cmdResult |
true
Expand Down
@@ -1,4 +1,4 @@
tests
tests - interactions
testInformInteraction
| message generatorStonString answer |
message := 'Inform something'.
Expand Down
@@ -1,4 +1,4 @@
tests
tests - interactions
testInspectorInteraction
"the same interaction as #testEditStonElement_"

Expand Down
@@ -1,4 +1,4 @@
tests
tests - interactions
testMultiLineTextInteraction
| prompt generatorStonString answer template |
prompt := 'Prompt something'.
Expand Down
@@ -1,4 +1,4 @@
tests
tests - interactions
testNotifyInteraction
| prompt confirm cancel abort generatorStonString answer |
prompt := 'Notify something'.
Expand Down
@@ -1,9 +1,11 @@
tests
testResetAllGlobalNames
| cmdResult |
| resetAllGlobals |
self client
registerService: [ :aClient |
self halt.
resetAllGlobals := true.
nil ]
for: #resetAllGlobalNames.
cmdResult := self client evaluate: ''.
resetAllGlobals := false.
self client session send: #resetAllGlobalNames to: self client todeServerOopType.
self assert: resetAllGlobals
@@ -1,7 +1,5 @@
tests
tests - deferred
testSetFindText_isRegex_
| cmdResult |
self client
registerService: [ :messagePattern :messagePatternIsRegex :aClient | self halt ]
for: #setFindText:isRegex:.
cmdResult := self client evaluate: ''
@@ -1,7 +1,5 @@
tests
testSpawnDebugger_
| cmdResult |
self client
registerService: [ :aDebuggerLabel :aClient | self halt ]
for: #spawnDebugger:.
cmdResult := self client evaluate: ''
@@ -1,4 +1,4 @@
tests
tests - interactions
testTextInteraction
| prompt generatorStonString answer template |
prompt := 'Prompt something'.
Expand Down
@@ -1,4 +1,4 @@
tests
tests - interactions
testTextInteractionRequestPassword
| requestPassword generatorStonString answer |
requestPassword := 'Prompt for password'.
Expand Down
Expand Up @@ -12,18 +12,18 @@
"testChoiceInteraction" : "dkh 4/19/2016 13:47",
"testCommand" : "dkh 4/19/2016 10:12",
"testConfirmInteraction" : "dkh 4/19/2016 13:59",
"testDbContinue_" : "dkh 4/19/2016 12:06",
"testDbStep_forProcessOop_" : "dkh 4/19/2016 12:05",
"testDbContinue_" : "dkh 4/19/2016 14:58",
"testDbStep_forProcessOop_" : "dkh 4/19/2016 14:58",
"testEditStonElement_" : "dkh 4/19/2016 12:01",
"testExecuteRestoreFromBackupFromClient_" : "dkh 4/19/2016 12:02",
"testInformInteraction" : "dkh 4/19/2016 14:01",
"testInspectorInteraction" : "dkh 4/19/2016 14:31",
"testLogin" : "dkh 4/19/2016 06:05",
"testMultiLineTextInteraction" : "dkh 4/19/2016 14:45",
"testNotifyInteraction" : "dkh 4/19/2016 13:59",
"testResetAllGlobalNames" : "dkh 4/19/2016 11:56",
"testResetAllGlobalNames" : "dkh 4/19/2016 14:57",
"testServicesMechanism" : "dkh 4/19/2016 11:21",
"testSetFindText_isRegex_" : "dkh 4/19/2016 12:00",
"testSpawnDebugger_" : "dkh 4/19/2016 12:04",
"testSetFindText_isRegex_" : "dkh 4/19/2016 14:59",
"testSpawnDebugger_" : "dkh 4/19/2016 15:00",
"testTextInteraction" : "dkh 4/19/2016 14:39",
"testTextInteractionRequestPassword" : "dkh 4/19/2016 14:44" } }
@@ -1 +1 @@
(name 'Tode-Minimal-Client-Tests-dkh.6' message 'implement GsInteraction tests' id 'ffc822e9-59ad-470e-b0b4-bfd9740a663b' date '19 April 2016' time '2:48:58.022985 pm' author 'dkh' ancestors ((name 'Tode-Minimal-Client-Tests-dkh.5' message '#253 implement services registry (for server callbacks) in minimal client' id '8f65f9be-f326-4fb9-9835-88fac5252f75' date '19 April 2016' time '11:33:51.172251 am' author 'dkh' ancestors ((name 'Tode-Minimal-Client-Tests-dkh.4' message '#253 tode command line execution is functional' id '2a0b1826-a60c-47f2-a8cc-f54df94faf83' date '19 April 2016' time '10:17:05.674217 am' author 'dkh' ancestors ((name 'Tode-Minimal-Client-Tests-dkh.3' message '#253 implementing TDMinimalClient>>evaluate: which takes a tODE command and executes it ...' id '4075558d-b06a-4014-818e-bf2942b45d14' date '19 April 2016' time '6:57:59.653289 am' author 'dkh' ancestors ((name 'Tode-Minimal-Client-Tests-dkh.2' message '#253 use GsDevKit_home for getting session description' id '67210afc-1342-4bb2-a031-dc12f2a7bb4f' date '16 April 2016' time '1:37:00.004091 pm' author 'dkh' ancestors ((name 'Tode-Minimal-Client-Tests-dkh.1' message '#253 start work on minimal client implementation ... dependent upong GsDevKit/GsDevKit_home#103 as well' id '7c838205-5b8f-4d57-bcaf-b52a7340dc33' date '16 April 2016' time '11:40:42.499246 am' author 'dkh' ancestors () stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())
(name 'Tode-Minimal-Client-Tests-dkh.7' message '#253 defer some of the call back tests for later' id '146d0f62-a1f2-4cd2-8d67-828b87dfba12' date '19 April 2016' time '3:02:36.46271 pm' author 'dkh' ancestors ((name 'Tode-Minimal-Client-Tests-dkh.6' message 'implement GsInteraction tests' id 'ffc822e9-59ad-470e-b0b4-bfd9740a663b' date '19 April 2016' time '2:48:58.022985 pm' author 'dkh' ancestors ((name 'Tode-Minimal-Client-Tests-dkh.5' message '#253 implement services registry (for server callbacks) in minimal client' id '8f65f9be-f326-4fb9-9835-88fac5252f75' date '19 April 2016' time '11:33:51.172251 am' author 'dkh' ancestors ((name 'Tode-Minimal-Client-Tests-dkh.4' message '#253 tode command line execution is functional' id '2a0b1826-a60c-47f2-a8cc-f54df94faf83' date '19 April 2016' time '10:17:05.674217 am' author 'dkh' ancestors ((name 'Tode-Minimal-Client-Tests-dkh.3' message '#253 implementing TDMinimalClient>>evaluate: which takes a tODE command and executes it ...' id '4075558d-b06a-4014-818e-bf2942b45d14' date '19 April 2016' time '6:57:59.653289 am' author 'dkh' ancestors ((name 'Tode-Minimal-Client-Tests-dkh.2' message '#253 use GsDevKit_home for getting session description' id '67210afc-1342-4bb2-a031-dc12f2a7bb4f' date '16 April 2016' time '1:37:00.004091 pm' author 'dkh' ancestors ((name 'Tode-Minimal-Client-Tests-dkh.1' message '#253 start work on minimal client implementation ... dependent upong GsDevKit/GsDevKit_home#103 as well' id '7c838205-5b8f-4d57-bcaf-b52a7340dc33' date '16 April 2016' time '11:40:42.499246 am' author 'dkh' ancestors () stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())

0 comments on commit 9ef77e1

Please sign in to comment.