MCPcopy Create free account
hub / github.com/demoth/jake2 / testSplit

Method testSplit

qcommon/src/test/java/jake2/qcommon/exec/CbufTest.java:11–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9
10public 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() {

Callers

nothing calls this directly

Calls 1

splitCommandLineMethod · 0.80

Tested by

no test coverage detected