blob: 190d079f9ea6158221d7c546e838d4dfe267a4b8 [file] [log] [blame]
/**
*/
package org.eclipse.osbp.ecview.semantic.uimodel.tests;
import junit.framework.TestCase;
import junit.textui.TestRunner;
import org.eclipse.osbp.ecview.semantic.uimodel.UiModelFactory;
import org.eclipse.osbp.ecview.semantic.uimodel.UiTypedBindableDef;
/**
* <!-- begin-user-doc -->
* A test case for the model object '<em><b>Ui Typed Bindable Def</b></em>'.
* <!-- end-user-doc -->
* @generated
*/
public class UiTypedBindableDefTest extends TestCase {
/**
* The fixture for this Ui Typed Bindable Def test case.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected UiTypedBindableDef fixture = null;
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public static void main(String[] args) {
TestRunner.run(UiTypedBindableDefTest.class);
}
/**
* Constructs a new Ui Typed Bindable Def test case with the given name.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public UiTypedBindableDefTest(String name) {
super(name);
}
/**
* Sets the fixture for this Ui Typed Bindable Def test case.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected void setFixture(UiTypedBindableDef fixture) {
this.fixture = fixture;
}
/**
* Returns the fixture for this Ui Typed Bindable Def test case.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected UiTypedBindableDef getFixture() {
return fixture;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see junit.framework.TestCase#setUp()
* @generated
*/
@Override
protected void setUp() throws Exception {
setFixture(UiModelFactory.eINSTANCE.createUiTypedBindableDef());
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see junit.framework.TestCase#tearDown()
* @generated
*/
@Override
protected void tearDown() throws Exception {
setFixture(null);
}
} //UiTypedBindableDefTest