|
@@ -28,7 +28,7 @@ Znock >> baseFor: descriptor [
|
|
|
|
|
|
{ #category : #operations }
|
|
{ #category : #operations }
|
|
Znock >> consumeExpectationFor: aZnockClient [
|
|
Znock >> consumeExpectationFor: aZnockClient [
|
|
- ^ expectations
|
|
|
|
|
|
+ ^ self expectations
|
|
detect: [ :one | aZnockClient matches: one ]
|
|
detect: [ :one | aZnockClient matches: one ]
|
|
ifFound: [ :one | expectations remove: one. one ]
|
|
ifFound: [ :one | expectations remove: one. one ]
|
|
ifNone: [ nil ]
|
|
ifNone: [ nil ]
|