* 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);
}