Package org.fcrepo.mock.client.utility.validate

Examples of org.fcrepo.mock.client.utility.validate.MockObjectSource


     * Create the object source and the validator. Add some simple objects to
     * the source for use in several tests.
     */
    @Before
    public void initializeSourceAndValidator() {
        objectSource = new MockObjectSource();

        addSeedsToObjectSource(CONTENT_MODEL_EMPTY, OBJECT_SIMPLE_SAMPLE);

        validator = new ObjectValidator(objectSource);
    }
View Full Code Here

TOP

Related Classes of org.fcrepo.mock.client.utility.validate.MockObjectSource

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.