Exemple #1
0
        public void GraphListsError2()
        {
            Graph g = new Graph();

            g.GetListAsTriples(g.CreateBlankNode());
        }
Exemple #2
0
        public void GraphListsError2()
        {
            Graph g = new Graph();

            Assert.Throws <RdfException>(() => g.GetListAsTriples(g.CreateBlankNode()));
        }