(String cmd, RawReceiver receiver)
| 48 | } |
| 49 | |
| 50 | public int run(String cmd, RawReceiver receiver) throws InterruptedException, ChildManager.ChildDiedException, ChildManager.ChildNotStartedException { |
| 51 | return super.run(cmd, receiver); |
| 52 | } |
| 53 | |
| 54 | @Override |
| 55 | public int run(String cmd) throws InterruptedException, ChildManager.ChildDiedException, ChildManager.ChildNotStartedException { |
no outgoing calls
no test coverage detected