blob: f35fa8d614bfbbf8ee6aedca4a57e8765f6699cd [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.UiRawBindablePathSegment;
/**
* <!-- begin-user-doc -->
* A test case for the model object '<em><b>Ui Raw Bindable Path Segment</b></em>'.
* <!-- end-user-doc -->
* @generated
*/
public class UiRawBindablePathSegmentTest extends TestCase {
/**
* The fixture for this Ui Raw Bindable Path Segment test case.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected UiRawBindablePathSegment fixture = null;
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public static void main(String[] args) {
TestRunner.run(UiRawBindablePathSegmentTest.class);
}
/**
* Constructs a new Ui Raw Bindable Path Segment test case with the given name.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public UiRawBindablePathSegmentTest(String name) {
super(name);
}
/**
* Sets the fixture for this Ui Raw Bindable Path Segment test case.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected void setFixture(UiRawBindablePathSegment fixture) {
this.fixture = fixture;
}
/**
* Returns the fixture for this Ui Raw Bindable Path Segment test case.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected UiRawBindablePathSegment getFixture() {
return fixture;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see junit.framework.TestCase#setUp()
* @generated
*/
@Override
protected void setUp() throws Exception {
setFixture(UiModelFactory.eINSTANCE.createUiRawBindablePathSegment());
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see junit.framework.TestCase#tearDown()
* @generated
*/
@Override
protected void tearDown() throws Exception {
setFixture(null);
}
} //UiRawBindablePathSegmentTest