(String name)
| 377 | } |
| 378 | |
| 379 | public static void loadResourceScript(String name) throws IOException{ |
| 380 | loadResourceScript(name, true); |
| 381 | } |
| 382 | |
| 383 | public static void maybeLoadResourceScript(String name) throws IOException{ |
| 384 | loadResourceScript(name, false); |
no test coverage detected