blob: 36ee01026487f15e3e6edb3415d18f2694b394f5 [file] [log] [blame]
package org.eclipse.stem.diseasemodels.standard.tests;
/*******************************************************************************
* Copyright (c) 2010 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
import junit.framework.TestCase;
import org.eclipse.stem.core.graph.IntegrationLabelValue;
/**
* <!-- begin-user-doc -->
* A test case for the model object '<em><b>Integration Label Value</b></em>'.
* <!-- end-user-doc -->
* @generated
*/
public abstract class IntegrationLabelValueTest extends TestCase {
/**
* The fixture for this Integration Label Value test case.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected IntegrationLabelValue fixture = null;
/**
* Constructs a new Integration Label Value test case with the given name.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public IntegrationLabelValueTest(String name) {
super(name);
}
/**
* Sets the fixture for this Integration Label Value test case.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected void setFixture(IntegrationLabelValue fixture) {
this.fixture = fixture;
}
/**
* Returns the fixture for this Integration Label Value test case.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected IntegrationLabelValue getFixture() {
return fixture;
}
} //IntegrationLabelValueTest