blob: 4bf2c0b717bb60fe8e5aa609b5a1d44332ba0d14 [file] [log] [blame]
/**
* <copyright>
*
* Copyright (c) 2014 itemis and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* itemis - Initial API and implementation
*
* </copyright>
*/
package org.eclipse.sphinx.tests.emf.serialization.generators;
import org.eclipse.sphinx.tests.emf.serialization.generators.model.EReferenceReferencedWithoutSubtypesModelBuilder;
import org.eclipse.sphinx.tests.emf.serialization.generators.model.ModelBuilder;
public class EReferenceReferencedWithoutSubtypesTests extends AbstractEReferenceReferencedTestCase {
@Override
protected ModelBuilder getModelBuilder(String name, int persistenceMappingStrategy) {
return new EReferenceReferencedWithoutSubtypesModelBuilder(name, persistenceMappingStrategy);
}
}