Searched refs:numParts (Results 1 – 1 of 1) sorted by relevance
390 private String[] expectParts(String line, int numParts) { in expectParts() argument392 if (parts.length != numParts) { in expectParts()394 "Expected a line with " + numParts + " space-separated parts, but found one " in expectParts()