Package eu.admire.registry.ogsadai.rdfresource

Examples of eu.admire.registry.ogsadai.rdfresource.RDFResource.initialize()


    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));
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.