Searched refs:expectedcount (Results 1 – 1 of 1) sorted by relevance
254 def commandArgAssert(self, linecomps, expectedcount, lineno): argument256 if foundcount < expectedcount:258 "but got only %d!" % (linecomps[0], expectedcount, foundcount))259 elif foundcount > expectedcount + 1:261 "but got %d!" % (linecomps[0], expectedcount, foundcount))