blob: 505ff01173ef9dae8dd0e78ebfe99e94e5fedc0f [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 -->
* @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.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