blob: 727a1d952bcb43be1bb8d99f916441beb4534bec [file] [log] [blame]
/**
* <copyright>
* </copyright>
*
* $Id$
*/
package org.eclipse.stem.diseasemodels.standard.tests;
import junit.framework.TestCase;
import org.eclipse.stem.diseasemodels.standard.StochasticDiseaseModel;
/**
* <!-- begin-user-doc -->
* A test case for the model object '<em><b>Stochastic Disease Model</b></em>'.
* <!-- end-user-doc -->
* @generated
*/
public abstract class StochasticDiseaseModelTest extends TestCase {
/**
* The fixture for this Stochastic Disease Model test case.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected StochasticDiseaseModel fixture = null;
/**
* Constructs a new Stochastic Disease Model test case with the given name.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public StochasticDiseaseModelTest(String name) {
super(name);
}
/**
* Sets the fixture for this Stochastic Disease Model test case.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected void setFixture(StochasticDiseaseModel fixture) {
this.fixture = fixture;
}
/**
* Returns the fixture for this Stochastic Disease Model test case.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected StochasticDiseaseModel getFixture() {
return fixture;
}
} //StochasticDiseaseModelTest