Searched refs:allParameterValuesArray (Results 1 – 1 of 1) sorted by relevance
450 Object[][] allParameterValuesArray = new Object[1][]; in handleParameters() local451 allParameterValuesArray[0] = createParameters(testMethod.getMethod(), in handleParameters()457 testMethod.setParameterInvocationCount(allParameterValuesArray.length); in handleParameters()459 parameters = MethodHelper.createArrayIterator(allParameterValuesArray); in handleParameters()