(a, b)
| 357 | caller = pm.eval("(func, param1, param2) => { return func(param1, param2) }") |
| 358 | |
| 359 | def concatenate(a, b): |
| 360 | return a + b |
| 361 | n = 10 |
| 362 | for i in range(n): |
| 363 | length1 = random.randint(0x0000, 0xFFFF) |
no outgoing calls
no test coverage detected