Package org.eclipse.epf.uma.tests
Class MethodConfigurationTest
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.MethodUnitTest
org.eclipse.epf.uma.tests.MethodConfigurationTest
- All Implemented Interfaces:
junit.framework.Test
- Direct Known Subclasses:
ProcessFamilyTest
public class MethodConfigurationTest extends MethodUnitTest
A test case for the model object 'Method Configuration'.
-
Constructor Summary
Constructors Constructor Description MethodConfigurationTest(java.lang.String name)
Constructs a new Method Configuration 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
-
MethodConfigurationTest
public MethodConfigurationTest(java.lang.String name)Constructs a new Method Configuration test case with the given name.
-
-
Method Details
-
main
public static void main(java.lang.String[] args)
-