예제 #1
0
 public void PrepareAddBodyWithReturn()
 {
     Assert.IsTrue((int)RemoteExecuter.ExecuteReturn("return 5;") == 5);
 }
예제 #2
0
 public void SimpleCompileRunOfRetFunc()
 {
     Assert.IsTrue(RemoteExecuter.ExecuteReturn(iexeret) == "potato");
 }