Searched refs:requiresSingleton (Results 1 – 3 of 3) sorted by relevance
56 assertThat(childComponent.requiresSingleton().singletonType()) in scopePropagatesUpward_class()57 .isSameInstanceAs(childComponent.requiresSingleton().singletonType()); in scopePropagatesUpward_class()58 assertThat(childComponent.requiresSingleton().singletonType()) in scopePropagatesUpward_class()60 childComponent.newGrandchildComponent().requiresSingleton().singletonType()); in scopePropagatesUpward_class()65 assertThat(childComponent.requiresSingleton().unscopedTypeBoundAsSingleton()) in scopePropagatesUpward_provides()66 .isSameInstanceAs(childComponent.requiresSingleton().unscopedTypeBoundAsSingleton()); in scopePropagatesUpward_provides()67 assertThat(childComponent.requiresSingleton().unscopedTypeBoundAsSingleton()) in scopePropagatesUpward_provides()71 .requiresSingleton() in scopePropagatesUpward_provides()
27 RequiresSingletons requiresSingleton(); in requiresSingleton() method