示例#1
0
        public void Ctor_EdgeComparer_IsNull()
        {
            var graph = new DirectedGraphWithoutInEdges <int, int>();

            Assert.That(graph.GetComparer <DirectedGraphWithoutInEdges <int, int>, EdgeIdx>(), Is.Null);
        }