1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 04:22:20 +02:00
Beef/IDE/Tests/Test1/scripts/HotSwap_Interfaces2.txt
2019-08-23 11:56:54 -07:00

14 lines
No EOL
298 B
Text

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")