blob: 3c1ebc834dc65bc0b85dee2f331c5bbd9f9eff83 [file] [log] [blame]
/**
* <copyright>
* </copyright>
*
* $Id$
*/
package org.eclipse.stem.diseasemodels.poliodiseasemodel.tests;
import junit.framework.TestCase;
import junit.textui.TestRunner;
import org.eclipse.stem.diseasemodels.poliodiseasemodel.OpvLabelValue;
import org.eclipse.stem.diseasemodels.poliodiseasemodel.PolioFactory;
/**
* <!-- begin-user-doc -->
* A test case for the model object '<em><b>Opv Label Value</b></em>'.
* <!-- end-user-doc -->
* @generated
*/
public class OpvLabelValueTest extends TestCase {
/**
* The fixture for this Opv Label Value test case.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected OpvLabelValue fixture = null;
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public static void main(String[] args) {
TestRunner.run(OpvLabelValueTest.class);
}
/**
* Constructs a new Opv Label Value test case with the given name.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public OpvLabelValueTest(String name) {
super(name);
}
/**
* Sets the fixture for this Opv Label Value test case.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected void setFixture(OpvLabelValue fixture) {
this.fixture = fixture;
}
/**
* Returns the fixture for this Opv Label Value test case.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected OpvLabelValue getFixture() {
return fixture;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see junit.framework.TestCase#setUp()
* @generated
*/
@Override
protected void setUp() throws Exception {
setFixture(PolioFactory.eINSTANCE.createOpvLabelValue());
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see junit.framework.TestCase#tearDown()
* @generated
*/
@Override
protected void tearDown() throws Exception {
setFixture(null);
}
} //OpvLabelValueTest