| java.lang.Object org.ontoware.rdf2go.testdata.TestData
TestData | public class TestData (Code) | | Class that loads test-data models for JUnit tests.
author: sauermann |
FOAFSIZE | final public static long FOAFSIZE(Code) | | triples in foaf
|
ICALSIZE | final public static long ICALSIZE(Code) | | triples in ical
|
getICALAsStream | public static InputStream getICALAsStream()(Code) | | icaltzd.rdfs as an InputStream |
loadFoafBuffered | public static Model loadFoafBuffered(ModelFactory factory) throws IOException, ModelRuntimeException(Code) | | loads foaf once, and then returns the model again and again. Use this if
you need the same model over and over in JUnit tests.
Parameters: factory - the factory to use to create the model the loaded model |
loadICALBuffered | public static Model loadICALBuffered(ModelFactory factory) throws IOException, ModelRuntimeException(Code) | | loads ICAL once, and then returns the model again and again. Use this if
you need the same model over and over in JUnit tests.
Parameters: factory - the factory to use to create the model the loaded model |
main | public static void main(String[] args)(Code) | | A simple self-check for OSGi-debugging
Parameters: args - |
|
|