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