Home
last modified time | relevance | path

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

/external/guice/extensions/grapher/test/com/google/inject/grapher/
DAbstractInjectorGrapherTest.java134 Set<Edge> expectedEdges = ImmutableSet.<Edge>of( in testLinkedAndInstanceBindings() local
141 assertEquals(expectedEdges, grapher.edges); in testLinkedAndInstanceBindings()
159 Set<Edge> expectedEdges = ImmutableSet.<Edge>of( in testProviderBindings() local
166 assertEquals("wrong edges", expectedEdges, grapher.edges); in testProviderBindings()
179 Set<Edge> expectedEdges = ImmutableSet.<Edge>of( in testGraphWithGivenRoot() local
182 assertEquals(expectedEdges, grapher.edges); in testGraphWithGivenRoot()