| java.lang.Object org.ontoware.rdf2go.GenericTest
GenericTest | public class GenericTest (Code) | | make some basic functionality tests with the model implementation
assure the implementation is found by the factory,
open and close the model, insert some elements, etc.
|
testRDF2GoFactory | public void testRDF2GoFactory()(Code) | | Testing the RDF2Go default class
assures that the registration of different implementations of the
rdf2go framework are made correctly
create two inner classes that implement the missing parts
form the abstract factory
register those implementation with the RDF2Go framework
author: sauermann |
testTestData | public void testTestData()(Code) | | call this test from other code to check if the resource can be found from
within a packaged jar
|
|
|