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

/external/guice/core/test/com/google/inject/
H A DPerformanceComparison.java149 assertSame(foo.bar.getTee(), foo.copy.getTee());
151 assertEquals("test", foo.bar.getTee().getS());
249 Tee getTee(); method in interface:PerformanceComparison.Bar
264 public Tee getTee() { method in class:PerformanceComparison.BarImpl
H A DInjectorTest.java84 assertEquals("test", foo.bar.getTee().getS());
90 assertSame(foo.bar, foo.bar.getTee().getBar());
108 assertEquals("test", bar.getTee().getS());
155 Tee getTee(); method in interface:InjectorTest.Bar
171 public Tee getTee() { method in class:InjectorTest.BarImpl

Completed in 86 milliseconds