Package org.apache.airavata.persistance.registry.jpa.resources

Examples of org.apache.airavata.persistance.registry.jpa.resources.ExperimentResource


    public void testCreate() throws Exception {
        assertNotNull("experiment resource created successfully", experimentResource);
    }

    public void testGet() throws Exception {
        ExperimentResource experiment = projectResource.getExperiment("testExpID");
        assertNotNull("experiment resource retrieved successfully", experiment);
    }
View Full Code Here

TOP

Related Classes of org.apache.airavata.persistance.registry.jpa.resources.ExperimentResource

Copyright © 2018 www.massapicom. 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.