Package org.apache.jackrabbit.rmi.remote

Examples of org.apache.jackrabbit.rmi.remote.RemoteRow


    public void testRow() throws Exception {
        prepareTests(Row.class);
        ignoreMethod("getValue");    // no null values for SerialValueFactory

        Row row = (Row) mock;
        RemoteRow remote = remoteFactory.getRemoteRow(row);
        Row local = localFactory.getRow(remote);

        runTests(local);
    }
View Full Code Here


    public void testRow() throws Exception {
        prepareTests(Row.class);
        ignoreMethod("getValue");    // no null values for SerialValueFactory

        Row row = (Row) mock;
        RemoteRow remote = remoteFactory.getRemoteRow(row);
        Row local = localFactory.getRow(remote);

        runTests(local);
    }
View Full Code Here

    public void testRow() throws Exception {
        prepareTests(Row.class);
        ignoreMethod("getValue");    // no null values for SerialValueFactory

        Row row = (Row) mock;
        RemoteRow remote = remoteFactory.getRemoteRow(row);
        Row local = localFactory.getRow(remote);

        runTests(local);
    }
View Full Code Here

TOP

Related Classes of org.apache.jackrabbit.rmi.remote.RemoteRow

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.