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