[GitHub] commons-rdf issue #31: COMMONSRDF-54: overloads of RDF4J#asRDFTerm

2017-01-27 Thread ghxiao
Github user ghxiao commented on the issue: https://github.com/apache/commons-rdf/pull/31 I added a test case`RDF4JMethodOverloadsTest` and one more method in RDF4J `public RDF4JBlankNodeOrIRI asRDFTerm(final org.eclipse.rdf4j.model.Resource value)` --- If your project is s

[GitHub] commons-rdf issue #31: COMMONSRDF-54: overloads of RDF4J#asRDFTerm

2017-01-26 Thread stain
Github user stain commented on the issue: https://github.com/apache/commons-rdf/pull/31 Thanks, this looks sensible to me! Should we add unit test for each of the new `asRDFTerm` methods? They are in a way already tested through `createLiteral` etc.., but just so we don't br