Home
last modified time | relevance | path

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

/external/guice/core/test/com/google/inject/internal/
DSpiUtils.java615 List<Binding> otherContains = Lists.newArrayList(); in setInjectorTest() local
638 otherContains.add(b); in setInjectorTest()
647 assertEquals("contained more than it should: " + otherContains, 1, otherContains.size()); in setInjectorTest()
649 assertTrue("contained more than it should: " + otherContains, otherContains.isEmpty()); in setInjectorTest()
681 Set<Element> otherContains = new HashSet<>(); in setModuleTest() local
722 otherContains.add(element); in setModuleTest()
728 "wrong contained elements: " + otherContains, in setModuleTest()
730 otherContains.size()); in setModuleTest()
733 "wrong contained elements: " + otherContains, in setModuleTest()
735 otherContains.size()); in setModuleTest()
[all …]