OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ExposedSub
(Results
1 - 2
of
2
) sorted by null
/external/guice/core/test/com/google/inject/spi/
InjectionPointTest.java
294
points = InjectionPoint.forInstanceMethodsAndFields(
ExposedSub
.class);
362
public static class
ExposedSub
extends RestrictedSuper {
ProviderMethodsTest.java
827
public class
ExposedSub
extends RestrictedSuper {}
830
// ensure we don't detect the synthetic provideFoo method in
ExposedSub
as an override (it is,
832
assertEquals("foo", Guice.createInjector(new
ExposedSub
()).getInstance(String.class));
Completed in 439 milliseconds