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

Method testGetArguments

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

Source from the content-addressed store, hash-verified

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() {

Callers

nothing calls this directly

Calls 1

getArgumentsMethod · 0.80

Tested by

no test coverage detected