Set the test script for this item in the event array @param code The source code for the script
(String code)
| 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 |