()
| 9 | |
| 10 | public class CbufTest { |
| 11 | @Test |
| 12 | public void testSplit() { |
| 13 | assertEquals(Arrays.asList("hello", "world"), splitCommandLine("hello;world")); |
| 14 | } |
| 15 | |
| 16 | @Test |
| 17 | public void testSplitInQuotes() { |
nothing calls this directly
no test coverage detected