Searched refs:clonedSource (Results 1 – 2 of 2) sorted by relevance
145 String[] clonedSource = source.clone(); in assertContentsInOrder() local146 assertEquals("Unexpected number of items.", clonedSource.length, actual.size()); in assertContentsInOrder()149 String sourceItem = clonedSource[i]; in assertContentsInOrder()
177 TestDescriptor[] clonedSource = source.clone(); in assertContentsInOrder() local178 assertEquals("Unexpected number of items.", clonedSource.length, actual.size()); in assertContentsInOrder()181 TestDescriptor sourceItem = clonedSource[i]; in assertContentsInOrder()