blob: e257da9db59c9a6ec1facfb7da0083ee61359d92 [file] [log] [blame]
/**
* <copyright>
* </copyright>
*
* $Id$
*/
package org.eclipse.stem.core.model.tests;
import org.eclipse.stem.core.model.TransformationDecorator;
/**
* <!-- begin-user-doc -->
* A test case for the model object '<em><b>Transformation Decorator</b></em>'.
* <!-- end-user-doc -->
* @generated
*/
public abstract class TransformationDecoratorTest extends NodeDecoratorTest {
/**
* Constructs a new Transformation Decorator test case with the given name.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public TransformationDecoratorTest(String name) {
super(name);
}
/**
* Returns the fixture for this Transformation Decorator test case.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
protected TransformationDecorator getFixture() {
return (TransformationDecorator)fixture;
}
} //TransformationDecoratorTest