Home | History | Annotate | Download | only in testers

Lines Matching defs:array

44     E[] array = createArrayWithNullElement();
45 array[0] = null;
46 collection = getSubjectGenerator().create(array);
49 Arrays.asList(array).subList(1, getNumElements());
56 E[] array = createSamplesArray();
57 array[1] = samples.e0;
58 collection = getSubjectGenerator().create(array);
61 Arrays.asList(array).subList(1, getNumElements());
69 E[] array = createArrayWithNullElement();
70 array[0] = null;
72 collection = getSubjectGenerator().create(array);
81 E[] array = createSamplesArray();
82 array[1] = samples.e0;
84 collection = getSubjectGenerator().create(array);