Home | History | Annotate | Download | only in testing

Lines Matching defs:getSampleElements

113     expectContents(getSampleElements());
139 List<E> expected = Helpers.copyToList(getSampleElements());
149 List<E> expected = Helpers.copyToList(getSampleElements());
169 getSampleElements().toArray(array);
200 protected Collection<E> getSampleElements(int howMany) {
201 return getSubjectGenerator().getSampleElements(howMany);
204 protected Collection<E> getSampleElements() {
205 return getSampleElements(getNumElements());
209 * Returns the {@linkplain #getSampleElements() sample elements} as ordered by
217 new ArrayList<E>(getSampleElements()))) {