Home
last modified time | relevance | path

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

/external/guice/extensions/grapher/test/com/google/inject/grapher/
DAbstractInjectorGrapherTest.java104 private Node stringInstanceNode; field in AbstractInjectorGrapherTest
119 stringInstanceNode = new InstanceNode(NodeId.newInstanceId(Key.get(String.class)), null, in setUp()
133 ImmutableSet.<Node>of(iaNode, iaAnnNode, aNode, stringNode, stringInstanceNode); in testLinkedAndInstanceBindings()
137 new BindingEdge(stringNode.getId(), stringInstanceNode.getId(), BindingEdge.Type.NORMAL), in testLinkedAndInstanceBindings()
158 ImmutableSet.<Node>of(iaNode, stringNode, a2Node, stringInstanceNode, a2ProviderNode); in testProviderBindings()
160 new BindingEdge(stringNode.getId(), stringInstanceNode.getId(), BindingEdge.Type.NORMAL), in testProviderBindings()
178 Set<Node> expectedNodes = ImmutableSet.<Node>of(stringNode, stringInstanceNode); in testGraphWithGivenRoot()
180 new BindingEdge(stringNode.getId(), stringInstanceNode.getId(), BindingEdge.Type.NORMAL)); in testGraphWithGivenRoot()