From 184b4ae2c2828cf43d72a2825475817818e24ebb Mon Sep 17 00:00:00 2001 From: "adrien.vanegue.etu" Date: Wed, 19 Jun 2024 11:09:19 +0200 Subject: [PATCH] adding simple test for StDebuggerContextInteractionModel>>#needRequestorScope to avoid future non-regression --- .../StDebuggerContextInteractionModelTest.class.st | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/NewTools-Debugger-Tests/StDebuggerContextInteractionModelTest.class.st b/src/NewTools-Debugger-Tests/StDebuggerContextInteractionModelTest.class.st index c98bd0458..249c8a21e 100644 --- a/src/NewTools-Debugger-Tests/StDebuggerContextInteractionModelTest.class.st +++ b/src/NewTools-Debugger-Tests/StDebuggerContextInteractionModelTest.class.st @@ -216,6 +216,12 @@ StDebuggerContextInteractionModelTest >> testInteractionModelArePreservedAfterCh self assert: (model hasBindingOf: 'tempVariableForTest') not ] +{ #category : 'tests' } +StDebuggerContextInteractionModelTest >> testNeedRequestorScope [ + + self assert: model needRequestorScope +] + { #category : 'tests' } StDebuggerContextInteractionModelTest >> testNilContextModel [