MCPcopy Create free account
hub / github.com/EsperoTech/yaade / setTestScript

Method setTestScript

server/src/main/java/com/postman/collection/Item.java:325–329  ·  view source on GitHub ↗

Set the test script for this item in the event array @param code The source code for the script

(String code)

Source from the content-addressed store, hash-verified

323 *
324 */
325 public void setTestScript(String code) {
326
327 Event prEvent = new Event(enumEventType.TEST, code);
328 this.addEvent(prEvent);
329 }
330
331
332

Callers

nothing calls this directly

Calls 1

addEventMethod · 0.95

Tested by

no test coverage detected