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