blob: 92b9adb8da2406fc6fd2d758127c801d2a16dce0 [file] [log] [blame]
/**
*/
package org.eclipse.osbp.ecview.semantic.uisemantics.tests;
import junit.textui.TestRunner;
import org.eclipse.osbp.ecview.semantic.uisemantics.UiSemanticsFactory;
import org.eclipse.osbp.ecview.semantic.uisemantics.UxVisibleableOption;
/**
* <!-- begin-user-doc -->
* A test case for the model object '<em><b>Ux Visibleable Option</b></em>'.
* <!-- end-user-doc -->
* @generated
*/
public class UxVisibleableOptionTest extends UxEndpointDefTest {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public static void main(String[] args) {
TestRunner.run(UxVisibleableOptionTest.class);
}
/**
* Constructs a new Ux Visibleable Option test case with the given name.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public UxVisibleableOptionTest(String name) {
super(name);
}
/**
* Returns the fixture for this Ux Visibleable Option test case.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
protected UxVisibleableOption getFixture() {
return (UxVisibleableOption)fixture;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see junit.framework.TestCase#setUp()
* @generated
*/
@Override
protected void setUp() throws Exception {
setFixture(UiSemanticsFactory.eINSTANCE.createUxVisibleableOption());
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see junit.framework.TestCase#tearDown()
* @generated
*/
@Override
protected void tearDown() throws Exception {
setFixture(null);
}
} //UxVisibleableOptionTest