blob: dc7f5e8b1e3d29801fed7285825138b0ef78f421 [file] [log] [blame]
/**
*/
package org.eclipse.osbp.ecview.core.common.model.core.tests;
import junit.framework.TestCase;
import org.eclipse.osbp.ecview.core.common.model.core.YAlignmentContainer;
/**
* <!-- begin-user-doc -->
* A test case for the model object '<em><b>YAlignment Container</b></em>'.
* <!-- end-user-doc -->
* <p>
* The following operations are tested:
* <ul>
* <li>{@link org.eclipse.osbp.ecview.core.common.model.core.YAlignmentContainer#applyAlignment(org.eclipse.osbp.ecview.core.common.model.core.YEmbeddable, org.eclipse.osbp.ecview.core.common.model.core.YAlignment) <em>Apply Alignment</em>}</li>
* </ul>
* </p>
* @generated
*/
public abstract class YAlignmentContainerTest extends TestCase {
/**
* The fixture for this YAlignment Container test case.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected YAlignmentContainer fixture = null;
/**
* Constructs a new YAlignment Container test case with the given name.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public YAlignmentContainerTest(String name) {
super(name);
}
/**
* Sets the fixture for this YAlignment Container test case.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected void setFixture(YAlignmentContainer fixture) {
this.fixture = fixture;
}
/**
* Returns the fixture for this YAlignment Container test case.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected YAlignmentContainer getFixture() {
return fixture;
}
/**
* Tests the '{@link org.eclipse.osbp.ecview.core.common.model.core.YAlignmentContainer#applyAlignment(org.eclipse.osbp.ecview.core.common.model.core.YEmbeddable, org.eclipse.osbp.ecview.core.common.model.core.YAlignment) <em>Apply Alignment</em>}' operation.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see org.eclipse.osbp.ecview.core.common.model.core.YAlignmentContainer#applyAlignment(org.eclipse.osbp.ecview.core.common.model.core.YEmbeddable, org.eclipse.osbp.ecview.core.common.model.core.YAlignment)
* @generated
*/
public void testApplyAlignment__YEmbeddable_YAlignment() {
// TODO: implement this operation test method
// Ensure that you remove @generated or mark it @generated NOT
fail();
}
} //YAlignmentContainerTest