blob: f03902aa653bf4061bd2d346191ba3719d0a519d [file] [log] [blame]
/**
*/
package org.eclipse.osbp.infogrid.model.gridsource.style.tests;
import junit.framework.TestCase;
import org.eclipse.osbp.infogrid.model.gridsource.style.CxGridPropStyle;
/**
* <!-- begin-user-doc -->
* A test case for the model object '<em><b>Cx Grid Prop Style</b></em>'.
* <!-- end-user-doc -->
* @generated
*/
public abstract class CxGridPropStyleTest extends TestCase {
/**
* The fixture for this Cx Grid Prop Style test case.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected CxGridPropStyle fixture = null;
/**
* Constructs a new Cx Grid Prop Style test case with the given name.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public CxGridPropStyleTest(String name) {
super(name);
}
/**
* Sets the fixture for this Cx Grid Prop Style test case.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected void setFixture(CxGridPropStyle fixture) {
this.fixture = fixture;
}
/**
* Returns the fixture for this Cx Grid Prop Style test case.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected CxGridPropStyle getFixture() {
return fixture;
}
} //CxGridPropStyleTest