()
| 104 | } |
| 105 | |
| 106 | @Test |
| 107 | public void testGetArguments() { |
| 108 | List<String> args = Arrays.asList("echo", "hello", "world"); |
| 109 | assertEquals("hello world", getArguments(args)); |
| 110 | } |
| 111 | |
| 112 | @Test |
| 113 | public void testGetArgumentsSecond() { |
nothing calls this directly
no test coverage detected