Searched defs:IExpectationSetters (Results 1 - 1 of 1) sorted by relevance

/external/easymock/src/org/easymock/
H A DIExpectationSetters.java25 public interface IExpectationSetters<T> { interface
34 IExpectationSetters<T> andReturn(T value);
43 IExpectationSetters<T> andThrow(Throwable throwable);
53 IExpectationSetters<T> andAnswer(IAnswer<? extends T> answer);
65 IExpectationSetters<T> andDelegateTo(Object delegateTo);
117 IExpectationSetters<T> times(int count);
129 IExpectationSetters<T> times(int min, int max);
136 IExpectationSetters<T> once();
143 IExpectationSetters<T> atLeastOnce();
150 IExpectationSetters<
[all...]

Completed in 179 milliseconds