D | AbstractInjectorGrapherTest.java | 109 private Node aNode; field in AbstractInjectorGrapherTest 123 aNode = in setUp() 157 ImmutableSet.<Node>of(iaNode, iaAnnNode, aNode, stringNode, stringInstanceNode); in testLinkedAndInstanceBindings() 160 new BindingEdge(iaNode.getId(), aNode.getId(), BindingEdge.Type.NORMAL), in testLinkedAndInstanceBindings() 161 new BindingEdge(iaAnnNode.getId(), aNode.getId(), BindingEdge.Type.NORMAL), in testLinkedAndInstanceBindings() 165 aNode.getId(), in testLinkedAndInstanceBindings()
|