protected static void ContainsEdge_SourceTarget_Test( [NotNull] IMutableVertexAndEdgeListGraph <int, Edge <int> > graph) { ContainsEdge_SourceTarget_Test( graph, edge => graph.AddVerticesAndEdge(edge)); }