blob: d3d44b144cae0dfaec0679c16b08f5a2f9b227ef [file] [log] [blame]
package org.eclipse.stem.core.graph.tests;
/*******************************************************************************
* Copyright (c) 2006 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 org.eclipse.stem.core.graph.StaticNodeLabel;
/**
* <!-- begin-user-doc --> A test case for the model object '<em><b>Static Node Label</b></em>'.
* <!-- end-user-doc -->
* @generated
*/
public abstract class StaticNodeLabelTest extends NodeLabelTest {
/**
* Constructs a new Static Node Label test case with the given name. <!--
* begin-user-doc --> <!-- end-user-doc -->
*
* @generated
*/
public StaticNodeLabelTest(String name) {
super(name);
}
/**
* Returns the fixture for this Static Node Label test case. <!--
* begin-user-doc --> <!-- end-user-doc -->
*
* @generated
*/
@Override
protected StaticNodeLabel getFixture() {
return (StaticNodeLabel)fixture;
}
/**
* test labelNode
*
* @generated NOT
*/
public void testLabelNode() {
fail();
} // testLabelNode
} // StaticNodeLabelTest