/** */ package de.urszeidler.eclipse.shr5.tests; import junit.framework.TestCase; import de.urszeidler.eclipse.shr5.GegenstandStufen; /** * <!-- begin-user-doc --> * A test case for the model object '<em><b>Gegenstand Stufen</b></em>'. * <!-- end-user-doc --> * @generated */ public abstract class GegenstandStufenTest extends TestCase { /** * The fixture for this Gegenstand Stufen test case. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ protected GegenstandStufen fixture = null; /** * Constructs a new Gegenstand Stufen test case with the given name. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ public GegenstandStufenTest(String name) { super(name); } /** * Sets the fixture for this Gegenstand Stufen test case. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ protected void setFixture(GegenstandStufen fixture) { this.fixture = fixture; } /** * Returns the fixture for this Gegenstand Stufen test case. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ protected GegenstandStufen getFixture() { return fixture; } } //GegenstandStufenTest