blob: 3d54947bba4a34de21a709afdd882171067b5507 [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.EReferenceReferencedWithoutSubtypesEmptyNsPrefixModelBuilder;
import org.eclipse.sphinx.tests.emf.serialization.generators.model.ModelBuilder;
public class EReferenceReferencedWithoutSubtypesEmptyNsPrefixTests extends AbstractEReferenceReferencedTestCase {
@Override
protected ModelBuilder getModelBuilder(String name, int persistenceMappingStrategy) {
return new EReferenceReferencedWithoutSubtypesEmptyNsPrefixModelBuilder(name, persistenceMappingStrategy);
}
}