org.eclipse.amp.amf.acore.edit.commands.test
Class SetSinkFunctionCommandTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.metaabm.tests.BasePersistTest
              extended by org.eclipse.amp.amf.acore.edit.commands.test.CommandTest
                  extended by org.eclipse.amp.amf.acore.edit.commands.test.SetSinkFunctionCommandTest
All Implemented Interfaces:
junit.framework.Test

public class SetSinkFunctionCommandTest
extends CommandTest


Field Summary
 
Fields inherited from class org.eclipse.amp.amf.acore.edit.commands.test.CommandTest
execOnly, funcAdd, funcEq, funcLog, funcNot, funcNum, lib, library, trace
 
Fields inherited from class org.metaabm.tests.BasePersistTest
doPersist, f, fa, path, persistContext, persistName, redoPersist, referenceCommand, referenceContext, referencePersist, testCommand, testContext, testPersist, undoPersist
 
Constructor Summary
SetSinkFunctionCommandTest(java.lang.String name)
           
 
Method Summary
 void testChangeFunctionType()
           
 void testCreateNewMulti()
           
 void testRemoveBasic()
           
 FFunction uniformD()
           
 
Methods inherited from class org.eclipse.amp.amf.acore.edit.commands.test.CommandTest
assertEqualNull, execTransform, executeTests, getAdapterFactory, getDomain, isUndo, setAdapterFactory, setDomain, setUp, tearDown
 
Methods inherited from class org.metaabm.tests.BasePersistTest
checkPersist, execTransform, redoTransform, undoTransform
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, toString
 
Methods inherited from class junit.framework.Assert
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, fail, fail, failNotEquals, failNotSame, failSame
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SetSinkFunctionCommandTest

public SetSinkFunctionCommandTest(java.lang.String name)
Method Detail

testRemoveBasic

public void testRemoveBasic()

testCreateNewMulti

public void testCreateNewMulti()

testChangeFunctionType

public void testChangeFunctionType()

uniformD

public FFunction uniformD()