Searched refs:outArray (Results 1 – 1 of 1) sorted by relevance
928 int[] outArray = proxy.doSomethingElse(paramArray); in client() local929 ExpectTrue(java.util.Objects.deepEquals(outArray, expectedOutArray)); in client()955 String[] outArray = proxy.haveSomeStrings(stringArray); in client() local956 ExpectTrue(java.util.Arrays.deepEquals(outArray, expectedOutArray)); in client()