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