blob: 5d7578dfd4d8d78b45f57d64ead65513256cf883 [file] [log] [blame]
/**
* Copyright (c) 2009, 2010 Mia-Software.
* 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:
* Gregoire DUPE (Mia-Software) - initial API and implementation
*/
package org.eclipse.modisco.infra.facet.tests.emf;
import junit.framework.TestCase;
import org.eclipse.gmt.modisco.infra.facet.FacetStructuralFeature;
/**
* <!-- begin-user-doc -->
* A test case for the model object '<em><b>Structural Feature</b></em>'.
* <!-- end-user-doc -->
* @generated
*/
public abstract class FacetStructuralFeatureTest extends TestCase {
/**
* The fixture for this Structural Feature test case.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected FacetStructuralFeature fixture = null;
/**
* Constructs a new Structural Feature test case with the given name.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public FacetStructuralFeatureTest(String name) {
super(name);
}
/**
* Sets the fixture for this Structural Feature test case.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected void setFixture(FacetStructuralFeature fixture) {
this.fixture = fixture;
}
/**
* Returns the fixture for this Structural Feature test case.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected FacetStructuralFeature getFixture() {
return this.fixture;
}
} //FacetStructuralFeatureTest