blob: 2902748a98ced58f4c2b4e8feb974056fb810d12 [file] [log] [blame]
/**
*/
package org.eclipse.osbp.infogrid.model.gridsource.tests;
import junit.framework.TestCase;
import junit.textui.TestRunner;
import org.eclipse.osbp.infogrid.model.gridsource.CxGridProperty;
import org.eclipse.osbp.infogrid.model.gridsource.CxGridSourceFactory;
/**
* <!-- begin-user-doc -->
* A test case for the model object '<em><b>Cx Grid Property</b></em>'.
* <!-- end-user-doc -->
* @generated
*/
public class CxGridPropertyTest extends TestCase {
/**
* The fixture for this Cx Grid Property test case.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected CxGridProperty fixture = null;
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public static void main(String[] args) {
TestRunner.run(CxGridPropertyTest.class);
}
/**
* Constructs a new Cx Grid Property test case with the given name.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public CxGridPropertyTest(String name) {
super(name);
}
/**
* Sets the fixture for this Cx Grid Property test case.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected void setFixture(CxGridProperty fixture) {
this.fixture = fixture;
}
/**
* Returns the fixture for this Cx Grid Property test case.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected CxGridProperty getFixture() {
return fixture;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see junit.framework.TestCase#setUp()
* @generated
*/
@Override
protected void setUp() throws Exception {
setFixture(CxGridSourceFactory.eINSTANCE.createCxGridProperty());
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see junit.framework.TestCase#tearDown()
* @generated
*/
@Override
protected void tearDown() throws Exception {
setFixture(null);
}
} //CxGridPropertyTest