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

/external/guava/guava-testlib/test/com/google/common/testing/anotherpackage/
H A DForwardingWrapperTesterTest.java52 @Override public Arithmetic apply(Arithmetic arithmetic) {
53 return new ForwardingArithmetic(arithmetic);
254 private final Arithmetic arithmetic; field in class:ForwardingWrapperTesterTest.ForwardingArithmetic
256 public ForwardingArithmetic(Arithmetic arithmetic) { argument
257 this.arithmetic = arithmetic;
261 return arithmetic.add(a, b);
265 return arithmetic.minus(a, b);
269 return arithmetic.toString();
331 private final Arithmetic arithmetic; field in class:ForwardingWrapperTesterTest.ForwardsToTheWrongMethod
333 ForwardsToTheWrongMethod(Arithmetic arithmetic) argument
[all...]

Completed in 98 milliseconds