D | AbstractInjectorGrapherTest.java | 99 private Node aNode; field in AbstractInjectorGrapherTest 112 aNode = new ImplementationNode(NodeId.newTypeId(Key.get(A.class)), null, in setUp() 133 ImmutableSet.<Node>of(iaNode, iaAnnNode, aNode, stringNode, stringInstanceNode); in testLinkedAndInstanceBindings() 135 new BindingEdge(iaNode.getId(), aNode.getId(), BindingEdge.Type.NORMAL), in testLinkedAndInstanceBindings() 136 new BindingEdge(iaAnnNode.getId(), aNode.getId(), BindingEdge.Type.NORMAL), in testLinkedAndInstanceBindings() 138 new DependencyEdge(aNode.getId(), stringNode.getId(), in testLinkedAndInstanceBindings()
|