Package org.eclipse.epf.uma.tests
Class EstimationConsiderationsTest
java.lang.Object
junit.framework.Assert
junit.framework.TestCase
org.eclipse.epf.uma.tests.ElementTest
org.eclipse.epf.uma.tests.NamedElementTest
org.eclipse.epf.uma.tests.PackageableElementTest
org.eclipse.epf.uma.tests.MethodElementTest
org.eclipse.epf.uma.tests.DescribableElementTest
org.eclipse.epf.uma.tests.ContentElementTest
org.eclipse.epf.uma.tests.GuidanceTest
org.eclipse.epf.uma.tests.EstimationConsiderationsTest
- All Implemented Interfaces:
junit.framework.Test
public class EstimationConsiderationsTest extends GuidanceTest
A test case for the model object 'Estimation Considerations'.
-
Constructor Summary
Constructors Constructor Description EstimationConsiderationsTest(java.lang.String name)
Constructs a new Estimation Considerations test case with the given name. -
Method Summary
Modifier and Type Method Description static void
main(java.lang.String[] args)
Methods inherited from class junit.framework.TestCase
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, countTestCases, fail, fail, failNotEquals, failNotSame, failSame, format, getName, run, run, runBare, setName, toString
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
EstimationConsiderationsTest
public EstimationConsiderationsTest(java.lang.String name)Constructs a new Estimation Considerations test case with the given name.
-
-
Method Details
-
main
public static void main(java.lang.String[] args)
-