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