| 73 | @Test |
| 74 | public void testExecutionStrategyRunXxxFailsIfNotRunnableOrCallable() { |
| 75 | @Command class App { |
| 76 | @Parameters String[] params; |
| 77 | } |
| 78 | Factory factory = new Factory() { |
| 79 | public Object create() {return new App();} |
| 80 | }; |
nothing calls this directly
no outgoing calls
no test coverage detected