blob: e091d187cf28e221b90733ee312c31535bba792b [file] [log] [blame]
package org.eclipse.stem.definitions.labels.tests;
/*******************************************************************************
* Copyright (c) 2006, 2008 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.definitions.labels.PhysicalRelationshipLabel;
/**
* <!-- begin-user-doc -->
* A test case for the model object '<em><b>Physical Relationship Label</b></em>'.
* <!-- end-user-doc -->
* @generated
*/
public abstract class PhysicalRelationshipLabelTest extends TestCase {
/**
* The fixture for this Physical Relationship Label test case.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected PhysicalRelationshipLabel fixture = null;
/**
* Constructs a new Physical Relationship Label test case with the given name.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public PhysicalRelationshipLabelTest(String name) {
super(name);
}
/**
* Sets the fixture for this Physical Relationship Label test case.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected void setFixture(PhysicalRelationshipLabel fixture) {
this.fixture = fixture;
}
/**
* Returns the fixture for this Physical Relationship Label test case.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected PhysicalRelationshipLabel getFixture() {
return fixture;
}
} //PhysicalRelationshipLabelTest