blob: 166a466e1dd8d0a28b2207037c9eadb8da705c5e [file] [log] [blame]
package org.eclipse.stem.populationmodels.standard.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 junit.textui.TestRunner;
import org.eclipse.stem.populationmodels.standard.StandardFactory;
import org.eclipse.stem.populationmodels.standard.StandardPopulationModelLabelValue;
/**
* <!-- begin-user-doc -->
* A test case for the model object '<em><b>Population Model 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 class StandardPopulationModelLabelValueTest extends PopulationModelLabelValueTest {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public static void main(String[] args) {
TestRunner.run(StandardPopulationModelLabelValueTest.class);
}
/**
* Constructs a new Population Model Label Value test case with the given name.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public StandardPopulationModelLabelValueTest(String name) {
super(name);
}
/**
* Returns the fixture for this Population Model Label Value test case.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
protected StandardPopulationModelLabelValue getFixture() {
return (StandardPopulationModelLabelValue)fixture;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see junit.framework.TestCase#setUp()
* @generated
*/
@Override
protected void setUp() throws Exception {
setFixture(StandardFactory.eINSTANCE.createStandardPopulationModelLabelValue());
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see junit.framework.TestCase#tearDown()
* @generated
*/
@Override
protected void tearDown() throws Exception {
setFixture(null);
}
/**
* 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();
}
/**
* Tests the '{@link org.eclipse.stem.populationmodels.standard.StandardPopulationModelLabelValue#getDensity() <em>Density</em>}' feature getter.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see org.eclipse.stem.populationmodels.standard.StandardPopulationModelLabelValue#getDensity()
* @generated NOT
*/
public void testGetDensity() {
// TODO: implement this feature getter test method
// Ensure that you remove @generated or mark it @generated NOT
assertTrue(true);
}
/**
* Tests the '{@link org.eclipse.stem.populationmodels.standard.StandardPopulationModelLabelValue#isSetDensity() <em>isSetDensity()</em>}' method.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see org.eclipse.stem.populationmodels.standard.StandardPopulationModelLabelValue#isSetDensity()
* @generated NOT
*/
public void testIsSetDensity() {
// TODO: implement this test method
// Ensure that you remove @generated or mark it @generated NOT
assertTrue(true);
}
/**
* Tests the '{@link org.eclipse.stem.populationmodels.standard.StandardPopulationModelLabelValue#avoidNegative(org.eclipse.stem.core.graph.IntegrationLabelValue) <em>Adjust Delta</em>}' operation.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see org.eclipse.stem.populationmodels.standard.StandardPopulationModelLabelValue#avoidNegative(org.eclipse.stem.core.graph.IntegrationLabelValue)
* @generated NOT
*/
public void testAdjustDelta__IntegrationLabelValue() {
// TODO: implement this operation test method
// Ensure that you remove @generated or mark it @generated NOT
assertTrue(true);
}
} //StandardPopulationModelLabelValueTest