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