Home
last modified time | relevance | path

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

/external/guice/core/test/com/google/inject/spi/
DElementsTest.java79 checkModule( in testAddMessageErrorCommand()
101 checkModule( in testAddThrowableErrorCommand()
121 checkModule( in testErrorsAddedWhenExceptionsAreThrown()
157 checkModule( in testBindConstantAnnotations()
186 checkModule( in testBindConstantTypes()
312 checkModule( in testBindKeysNoAnnotations()
334 checkModule( in testBindKeysWithAnnotationType()
355 checkModule( in testBindKeysWithAnnotationInstance()
388 checkModule( in testBindToProvider()
502 checkModule( in testBindToLinkedBinding()
[all …]
DElementApplyToTest.java27 protected void checkModule(Module module, ElementVisitor<?>... visitors) { in checkModule() method in ElementApplyToTest
29 super.checkModule(Elements.getModule(Elements.getElements(module)), visitors); in checkModule()
/external/guice/core/test/com/google/inject/util/
DNoopOverrideTest.java28 protected void checkModule(Module module, ElementVisitor<?>... visitors) { in checkModule() method in NoopOverrideTest
30 super.checkModule(overridden, visitors); in checkModule()