Searched refs:clonedSource (Results 1 – 2 of 2) sorted by relevance
158 String[] clonedSource = source.clone(); in assertContentsInOrder() local159 assertEquals("Unexpected number of items.", clonedSource.length, actual.size()); in assertContentsInOrder()162 String sourceItem = clonedSource[i]; in assertContentsInOrder()
178 TestDescriptor[] clonedSource = source.clone(); in assertContentsInOrder() local179 assertEquals("Unexpected number of items.", clonedSource.length, actual.size()); in assertContentsInOrder()182 TestDescriptor sourceItem = clonedSource[i]; in assertContentsInOrder()