var alphaNode … var bravoNode … var charlieNode … var deltaNode … var echoNode … var foxtrotNode … var golfNode … func TestToDOTGraph(t *testing.T) { … } func TestToDOTGraphObj(t *testing.T) { … } func compareGraphs(expectedNodes, actualNodes []*dotVertex, expectedEdges, actualEdges []dotEdge, t *testing.T) { … } func TestMarshalDOT(t *testing.T) { … }