blob: 9ccb209a813a4637f5471566b101fad054cddb82 [file] [log] [blame]
package org.eclipse.stem.core.graph.tests;
/*******************************************************************************
* Copyright (c) 2011 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.IntegrationLabelValue;
/**
* <!-- begin-user-doc -->
* A test case for the model object '<em><b>Integration Label Value</b></em>'.
* <!-- end-user-doc -->
* <p>
* The following operations are tested:
* <ul>
* <li>{@link org.eclipse.stem.core.graph.IntegrationLabelValue#set(org.eclipse.stem.core.graph.IntegrationLabelValue) <em>Set</em>}</li>
* <li>{@link org.eclipse.stem.core.graph.IntegrationLabelValue#add(org.eclipse.stem.core.graph.IntegrationLabelValue) <em>Add</em>}</li>
* <li>{@link org.eclipse.stem.core.graph.IntegrationLabelValue#sub(org.eclipse.stem.core.graph.IntegrationLabelValue) <em>Sub</em>}</li>
* <li>{@link org.eclipse.stem.core.graph.IntegrationLabelValue#scale(double) <em>Scale</em>}</li>
* <li>{@link org.eclipse.stem.core.graph.IntegrationLabelValue#add(double) <em>Add</em>}</li>
* <li>{@link org.eclipse.stem.core.graph.IntegrationLabelValue#abs() <em>Abs</em>}</li>
* <li>{@link org.eclipse.stem.core.graph.IntegrationLabelValue#avoidNegative(org.eclipse.stem.core.graph.IntegrationLabelValue) <em>Avoid Negative</em>}</li>
* <li>{@link org.eclipse.stem.core.graph.IntegrationLabelValue#computeDeltaAdjustment(org.eclipse.stem.core.graph.IntegrationLabelValue) <em>Compute Delta Adjustment</em>}</li>
* <li>{@link org.eclipse.stem.core.graph.IntegrationLabelValue#divide(org.eclipse.stem.core.graph.IntegrationLabelValue) <em>Divide</em>}</li>
* <li>{@link org.eclipse.stem.core.graph.IntegrationLabelValue#max() <em>Max</em>}</li>
* <li>{@link org.eclipse.stem.core.graph.IntegrationLabelValue#prepareCycle() <em>Prepare Cycle</em>}</li>
* </ul>
* </p>
* @generated
*/
public abstract class IntegrationLabelValueTest extends LabelValueTest {
/**
* 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);
}
/**
* Returns the fixture for this Integration Label Value test case.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
protected IntegrationLabelValue getFixture() {
return (IntegrationLabelValue)fixture;
}
/**
* Tests the '{@link org.eclipse.stem.core.graph.IntegrationLabelValue#set(org.eclipse.stem.core.graph.IntegrationLabelValue) <em>Set</em>}' operation.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see org.eclipse.stem.core.graph.IntegrationLabelValue#set(org.eclipse.stem.core.graph.IntegrationLabelValue)
* @generated
*/
public void testSet__IntegrationLabelValue() {
// TODO: implement this operation test method
// Ensure that you remove @generated or mark it @generated NOT
fail();
}
/**
* Tests the '{@link org.eclipse.stem.core.graph.IntegrationLabelValue#add(org.eclipse.stem.core.graph.IntegrationLabelValue) <em>Add</em>}' operation.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see org.eclipse.stem.core.graph.IntegrationLabelValue#add(org.eclipse.stem.core.graph.IntegrationLabelValue)
* @generated
*/
public void testAdd__IntegrationLabelValue() {
// TODO: implement this operation test method
// Ensure that you remove @generated or mark it @generated NOT
fail();
}
/**
* Tests the '{@link org.eclipse.stem.core.graph.IntegrationLabelValue#sub(org.eclipse.stem.core.graph.IntegrationLabelValue) <em>Sub</em>}' operation.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see org.eclipse.stem.core.graph.IntegrationLabelValue#sub(org.eclipse.stem.core.graph.IntegrationLabelValue)
* @generated
*/
public void testSub__IntegrationLabelValue() {
// TODO: implement this operation test method
// Ensure that you remove @generated or mark it @generated NOT
fail();
}
/**
* Tests the '{@link org.eclipse.stem.core.graph.IntegrationLabelValue#scale(double) <em>Scale</em>}' operation.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see org.eclipse.stem.core.graph.IntegrationLabelValue#scale(double)
* @generated
*/
public void testScale__double() {
// TODO: implement this operation test method
// Ensure that you remove @generated or mark it @generated NOT
fail();
}
/**
* Tests the '{@link org.eclipse.stem.core.graph.IntegrationLabelValue#add(double) <em>Add</em>}' operation.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see org.eclipse.stem.core.graph.IntegrationLabelValue#add(double)
* @generated
*/
public void testAdd__double() {
// TODO: implement this operation test method
// Ensure that you remove @generated or mark it @generated NOT
fail();
}
/**
* Tests the '{@link org.eclipse.stem.core.graph.IntegrationLabelValue#abs() <em>Abs</em>}' operation.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see org.eclipse.stem.core.graph.IntegrationLabelValue#abs()
* @generated
*/
public void testAbs() {
// TODO: implement this operation test method
// Ensure that you remove @generated or mark it @generated NOT
fail();
}
/**
* Tests the '{@link org.eclipse.stem.core.graph.IntegrationLabelValue#avoidNegative(org.eclipse.stem.core.graph.IntegrationLabelValue) <em>Avoid Negative</em>}' operation.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see org.eclipse.stem.core.graph.IntegrationLabelValue#avoidNegative(org.eclipse.stem.core.graph.IntegrationLabelValue)
* @generated
*/
public void testAvoidNegative__IntegrationLabelValue() {
// TODO: implement this operation test method
// Ensure that you remove @generated or mark it @generated NOT
fail();
}
/**
* Tests the '{@link org.eclipse.stem.core.graph.IntegrationLabelValue#computeDeltaAdjustment(org.eclipse.stem.core.graph.IntegrationLabelValue) <em>Compute Delta Adjustment</em>}' operation.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see org.eclipse.stem.core.graph.IntegrationLabelValue#computeDeltaAdjustment(org.eclipse.stem.core.graph.IntegrationLabelValue)
* @generated
*/
public void testComputeDeltaAdjustment__IntegrationLabelValue() {
// TODO: implement this operation test method
// Ensure that you remove @generated or mark it @generated NOT
fail();
}
/**
* Tests the '{@link org.eclipse.stem.core.graph.IntegrationLabelValue#divide(org.eclipse.stem.core.graph.IntegrationLabelValue) <em>Divide</em>}' operation.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see org.eclipse.stem.core.graph.IntegrationLabelValue#divide(org.eclipse.stem.core.graph.IntegrationLabelValue)
* @generated
*/
public void testDivide__IntegrationLabelValue() {
// TODO: implement this operation test method
// Ensure that you remove @generated or mark it @generated NOT
fail();
}
/**
* Tests the '{@link org.eclipse.stem.core.graph.IntegrationLabelValue#max() <em>Max</em>}' operation.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see org.eclipse.stem.core.graph.IntegrationLabelValue#max()
* @generated
*/
public void testMax() {
// TODO: implement this operation test method
// Ensure that you remove @generated or mark it @generated NOT
fail();
}
/**
* Tests the '{@link org.eclipse.stem.core.graph.IntegrationLabelValue#prepareCycle() <em>Prepare Cycle</em>}' operation.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see org.eclipse.stem.core.graph.IntegrationLabelValue#prepareCycle()
* @generated
*/
public void testPrepareCycle() {
// TODO: implement this operation test method
// Ensure that you remove @generated or mark it @generated NOT
fail();
}
} //IntegrationLabelValueTest