1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 20:42:21 +02:00
Beef/IDE/Tests/Test1/scripts/HotSwap_Interfaces2.txt

14 lines
298 B
Text
Raw Normal View History

2019-08-23 11:56:54 -07:00
ShowFile("src/HotSwap_Interfaces2.bf")
GotoText("//Test")
ToggleBreakpoint()
RunWithCompiling()
StepOver()
AssertEvalEquals("v0", "11")
ToggleCommentAt("IFaceA_Method1")
ToggleCommentAt("ClassA_Method1")
ToggleCommentAt("Test1_Method1")
Compile()
StepInto()
StepOver()
AssertEvalEquals("v1", "22")