Package org.apache.chemistry.opencmis.fit.runtime

Examples of org.apache.chemistry.opencmis.fit.runtime.Fixture


* Independent session creation test (read only)
*/
public class ReadOnlyCreateSessionWebServicesIT extends AbstractReadOnlyCreateSessionIT {

    protected void init() {
        this.fixture = new Fixture();
        this.fixture.enableWebServices();
        this.fixture.init();
    }
View Full Code Here


* Independent session creation test (read only)
*/
public class ReadOnlyCreateSessionAtomPubIT extends AbstractReadOnlyCreateSessionIT {

    protected void init() {
        this.fixture = new Fixture();
        this.fixture.enableAtomPub();
        this.fixture.init();
    }
View Full Code Here

TOP

Related Classes of org.apache.chemistry.opencmis.fit.runtime.Fixture

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.