Searched refs:otherContains (Results 1 – 1 of 1) sorted by relevance
615 List<Binding> otherContains = Lists.newArrayList(); in setInjectorTest() local638 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() local722 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 …]