Searched refs:stimuli (Results 1 - 2 of 2) sorted by relevance

/external/guava/guava-testlib/src/com/google/common/collect/testing/
H A DAbstractIteratorTester.java98 private Stimulus<E, ? super I>[] stimuli; field in class:AbstractIteratorTester
329 stimuli = new Stimulus[steps];
374 throw new RuntimeException(Arrays.toString(stimuli), e);
379 // We're going to reuse the stimuli array 3^steps times by overwriting it
381 if (level == stimuli.length) {
387 stimuli[level] = stimulus;
398 for (int i = 0; i < stimuli.length; i++) {
399 Stimulus<E, ? super I> stimulus = stimuli[i];
419 "failed with stimuli " + subListCopy(stimuli,
[all...]
/external/guice/lib/build/
H A Dguava-testlib-16.0.1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...

Completed in 97 milliseconds