Searched refs:cmdLineValue (Results 1 – 2 of 2) sorted by relevance
77 int cmdLineValue = ctx.getCommandLine().getTestIterationCount(); in getIterationCount() local78 return cmdLineValue > 0 ? cmdLineValue : defaultCount; in getIterationCount()
79 int cmdLineValue = ctx.getCommandLine().getTestIterationCount(); in getIterationCount() local80 return cmdLineValue > 0 ? cmdLineValue : defaultCount; in getIterationCount()