blob: 9448290632d90f78e18a1e0895cddadec5fd3ddc [file] [log] [blame]
/**
*/
package org.eclipse.osbp.infogrid.model.gridsource.style.tests;
import org.eclipse.osbp.infogrid.model.gridsource.style.CxGridEventTopicAble;
/**
* <!-- begin-user-doc -->
* A test case for the model object '<em><b>Cx Grid Event Topic Able</b></em>'.
* <!-- end-user-doc -->
* @generated
*/
public abstract class CxGridEventTopicAbleTest extends CxGridPropStyleTest {
/**
* Constructs a new Cx Grid Event Topic Able test case with the given name.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public CxGridEventTopicAbleTest(String name) {
super(name);
}
/**
* Returns the fixture for this Cx Grid Event Topic Able test case.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
protected CxGridEventTopicAble getFixture() {
return (CxGridEventTopicAble)fixture;
}
} //CxGridEventTopicAbleTest