public void testInitialize() throws TestPropertyNotFoundException
{
RDFResource rdfResource = new RDFResource();
TestRDFDataResourceState testState = new TestRDFDataResourceState();
testState.setRDFDatabaseURL(mTestProperties.getProperty(RDF_REPO));
rdfResource.initialize(testState);
}
public void testGetRepository()
{
Assert.assertNotNull(mResource.getRepository(null));