Home
last modified time | relevance | path

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

/external/guice/extensions/multibindings/test/com/google/inject/multibindings/
DSpiUtils.java484 List<Binding> otherContains = Lists.newArrayList(); in setInjectorTest() local
507 otherContains.add(b); in setInjectorTest()
516 assertEquals("contained more than it should: " + otherContains, 1, otherContains.size()); in setInjectorTest()
518 assertTrue("contained more than it should: " + otherContains, otherContains.isEmpty()); in setInjectorTest()
546 Set<Element> otherContains = new HashSet<Element>(); in setModuleTest() local
587 otherContains.add(element); in setModuleTest()
592 assertEquals("wrong contained elements: " + otherContains, in setModuleTest()
593 bindResults.size() + 1 + duplicates, otherContains.size()); in setModuleTest()
595 assertEquals("wrong contained elements: " + otherContains, in setModuleTest()
596 bindResults.size() + duplicates, otherContains.size()); in setModuleTest()
[all …]