blob: eb03b75981037b8d37265aa3a809c97f97e21774 [file] [log] [blame]
/**
*/
package org.eclipse.osbp.ecview.semantic.uimodel.tests;
import junit.framework.TestCase;
import org.eclipse.osbp.ecview.semantic.uimodel.UiBindingExpression;
/**
* <!-- begin-user-doc -->
* A test case for the model object '<em><b>Ui Binding Expression</b></em>'.
* <!-- end-user-doc -->
* @generated
*/
public abstract class UiBindingExpressionTest extends TestCase {
/**
* The fixture for this Ui Binding Expression test case.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected UiBindingExpression fixture = null;
/**
* Constructs a new Ui Binding Expression test case with the given name.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public UiBindingExpressionTest(String name) {
super(name);
}
/**
* Sets the fixture for this Ui Binding Expression test case.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected void setFixture(UiBindingExpression fixture) {
this.fixture = fixture;
}
/**
* Returns the fixture for this Ui Binding Expression test case.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected UiBindingExpression getFixture() {
return fixture;
}
} //UiBindingExpressionTest