Searched refs:listResult (Results 1 – 2 of 2) sorted by relevance
196 CommandResult listResult = runInvocation(invocation, "--list"); in countTests() local201 if (listResult.getStatus() == CommandStatus.SUCCESS) { in countTests()202 collectTestLines(listResult.getStdout().split("\n"), foundTests); in countTests()208 listResult.getStdout(), in countTests()209 listResult.getStderr()); in countTests()
407 String[] listResult = listCommandResult.split("[\\r\\n]+"); in pullDirInternal() local409 for (String row : listResult) { in pullDirInternal()