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

Method testTokenizeString

qcommon/src/test/java/jake2/qcommon/TestCMD.java:49–53  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

47 }
48
49 @Test
50 public void testTokenizeString() {
51 List<String> result = Cmd.TokenizeString("echo test", false);
52 Assert.assertEquals(Arrays.asList("echo", "test"), result);
53 }
54
55 @Test
56 public void testTokenizeWithExpansion() {

Callers

nothing calls this directly

Calls 1

TokenizeStringMethod · 0.95

Tested by

no test coverage detected