(script string, expectedResult Value, t *testing.T)
| 235 | } |
| 236 | |
| 237 | func testScriptWithTestLib(script string, expectedResult Value, t *testing.T) { |
| 238 | New().testScriptWithTestLib(script, expectedResult, t) |
| 239 | } |
| 240 | |
| 241 | func testScriptWithTestLibX(script string, expectedResult Value, t *testing.T) { |
| 242 | New().testScriptWithTestLibX(script, expectedResult, t) |
no test coverage detected
searching dependent graphs…