MCPcopy
hub / github.com/remkop/picocli / App

Class App

src/test/java/picocli/ExecuteTest.java:75–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected