Searched refs:isRepetitive (Results 1 – 2 of 2) sorted by relevance
64 boolean isRepetitive = false; in runTest()69 isRepetitive = true; in runTest()74 final boolean repetitive = isRepetitive; in runTest()112 runMethod(method, runCount, isRepetitive); in runTest()116 private void runMethod(Method runMethod, int tolerance, boolean isRepetitive) throws Throwable { in runMethod() argument134 if (isRepetitive) { in runMethod()140 } while ((runCount < tolerance) && (isRepetitive || exception != null)); in runMethod()
179 boolean isRepetitive = false; in runTest()184 isRepetitive = true; in runTest()189 final boolean repetitive = isRepetitive; in runTest()205 runMethod(method, runCount, isRepetitive); in runTest()214 private void runMethod(Method runMethod, int tolerance, boolean isRepetitive) throws Throwable { in runMethod() argument231 if (isRepetitive) { in runMethod()237 } while ((runCount < tolerance) && (isRepetitive || exception != null)); in runMethod()