/** * 2014 Urs Zeidler */ package de.urszeidler.eclipse.shr5.tests; import de.urszeidler.eclipse.shr5.Fakeable; /** * <!-- begin-user-doc --> * A test case for the model object '<em><b>Fakeable</b></em>'. * <!-- end-user-doc --> * @generated */ public abstract class FakeableTest extends VertragTest { /** * Constructs a new Fakeable test case with the given name. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ public FakeableTest(String name) { super(name); } /** * Returns the fixture for this Fakeable test case. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ @Override protected Fakeable getFixture() { return (Fakeable)fixture; } } //FakeableTest