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