| |
|
| org.ontoware.rdf2go.model.AbstractModelTest
All known Subclasses: org.ontoware.rdf2go.model.NotifyingModelTest, org.ontoware.rdf2go.model.ModelTest,
AbstractModelTest | abstract public class AbstractModelTest extends TestCase (Code) | | |
getModelFactory | abstract public ModelFactory getModelFactory()(Code) | | a Model to be used in the test. It must be fresh, e.g. unused |
testAddRemoveStatementBlankNode | public void testAddRemoveStatementBlankNode() throws Exception(Code) | | |
testAddRemoveStatementBlankNode2 | public void testAddRemoveStatementBlankNode2() throws Exception(Code) | | |
testAddRemoveStatementObjectURIString | public void testAddRemoveStatementObjectURIString() throws Exception(Code) | | |
testAddRemoveStatementURIObjectURIObject | public void testAddRemoveStatementURIObjectURIObject() throws Exception(Code) | | |
testAddStatementDatatypedLiteral | public void testAddStatementDatatypedLiteral() throws Exception(Code) | | |
testAddStatementLanguageTaggedLiteral | public void testAddStatementLanguageTaggedLiteral() throws Exception(Code) | | |
testAddStatementSimple | public void testAddStatementSimple() throws Exception(Code) | | |
testAddStatementURIURIString | public void testAddStatementURIURIString() throws Exception(Code) | | |
testAddTwoStatements | public void testAddTwoStatements() throws Exception(Code) | | |
testBasicUsage | public void testBasicUsage()(Code) | | how to write basic model usage operations
|
testCheckForValidURI | public void testCheckForValidURI()(Code) | | |
testGetNewBlankNode | public void testGetNewBlankNode()(Code) | | |
testGetStatementWithLiteralAndNoLanguageTagObjectURIString | public void testGetStatementWithLiteralAndNoLanguageTagObjectURIString() throws Exception(Code) | | |
testGetStatementWithLiteralAndNoLanguageTagURIURIString | public void testGetStatementWithLiteralAndNoLanguageTagURIURIString() throws Exception(Code) | | |
testIsOpen | public void testIsOpen()(Code) | | |
testLowerCaseLanguageTag | public void testLowerCaseLanguageTag() throws Exception(Code) | | |
testOpenClose | public void testOpenClose()(Code) | | |
testRemoveStatementDatatypedLiteral | public void testRemoveStatementDatatypedLiteral() throws Exception(Code) | | |
testRemoveStatementLanguageTaggedLiteral | public void testRemoveStatementLanguageTaggedLiteral() throws Exception(Code) | | |
testRemoveStatementSimple | public void testRemoveStatementSimple() throws Exception(Code) | | |
testRemoveStatementURIURIString | public void testRemoveStatementURIURIString() throws Exception(Code) | | |
testSparqlSelectWithStrings | public void testSparqlSelectWithStrings() throws Exception(Code) | | |
testSparqlSelectWithURIS | public void testSparqlSelectWithURIS() throws Exception(Code) | | |
testStringEncoding | public void testStringEncoding()(Code) | | |
testURIs | public void testURIs()(Code) | | Check for valid and invalid URIs
|
testUpdate | public void testUpdate()(Code) | | |
|
|
|