Home
last modified time | relevance | path

Searched refs:fooCalled (Results 1 – 1 of 1) sorted by relevance

/external/guice/core/test/com/google/inject/internal/
DProxyFactoryTest.java93 assertTrue(foo.fooCalled); in testInterceptOneMethod()
106 boolean fooCalled; field in ProxyFactoryTest.Foo
109 fooCalled = true; in foo()