Home
last modified time | relevance | path

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

/external/guice/core/test/com/google/inject/internal/
DProxyFactoryTest.java94 assertTrue(bar.barCalled); in testInterceptOneMethod()
113 boolean barCalled; field in ProxyFactoryTest.Bar
116 barCalled = true; in bar()