Searched refs:expectArrayContentsAnyOrder (Results 1 – 2 of 2) sorted by relevance
/external/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/ |
D | CollectionToArrayTester.java | 49 expectArrayContentsAnyOrder(createSamplesArray(), array); in testToArray_noArgs() 70 expectArrayContentsAnyOrder(createSamplesArray(), array); in testToArray_emptyArray() 91 expectArrayContentsAnyOrder(createSamplesArray(), array); in testToArray_emptyArrayOfObject() 98 expectArrayContentsAnyOrder(createSamplesArray(), array); in testToArray_rightSizedArray() 115 expectArrayContentsAnyOrder(createSamplesArray(), array); in testToArray_rightSizedArrayOfObject() 185 private void expectArrayContentsAnyOrder(Object[] expected, Object[] actual) { in expectArrayContentsAnyOrder() method in CollectionToArrayTester
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/ |
D | CollectionToArrayTester.java | 49 expectArrayContentsAnyOrder(createSamplesArray(), array); in testToArray_noArgs() 70 expectArrayContentsAnyOrder(createSamplesArray(), array); in testToArray_emptyArray() 91 expectArrayContentsAnyOrder(createSamplesArray(), array); in testToArray_emptyArrayOfObject() 98 expectArrayContentsAnyOrder(createSamplesArray(), array); in testToArray_rightSizedArray() 115 expectArrayContentsAnyOrder(createSamplesArray(), array); in testToArray_rightSizedArrayOfObject() 185 private void expectArrayContentsAnyOrder(Object[] expected, Object[] actual) { in expectArrayContentsAnyOrder() method in CollectionToArrayTester
|