Searched defs:runMethod (Results 1 – 4 of 4) sorted by relevance
36 private void runMethod(Method runMethod, int tolerance) throws Throwable { in runMethod() method in InstrumentationTestCase
210 private void runMethod(Method runMethod, int tolerance) throws Throwable { in runMethod() argument214 private void runMethod(Method runMethod, int tolerance, boolean isRepetitive) throws Throwable { in runMethod() method in InstrumentationTestCase
116 private void runMethod(Method runMethod, int tolerance, boolean isRepetitive) throws Throwable { in runMethod() argument
153 Method runMethod= null; in runTest() local