org.eclipse.emf.ecp.view.ui.editor.test
Class DynamicContainmentTreeSWTBotTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.eclipse.swtbot.swt.finder.SWTBotTestCase
              extended by org.eclipse.emf.ecp.view.ui.editor.test.ECPCommonSWTBotTest
                  extended by org.eclipse.emf.ecp.view.ui.editor.test.DynamicContainmentTreeSWTBotTest
All Implemented Interfaces:
junit.framework.Test

public class DynamicContainmentTreeSWTBotTest
extends ECPCommonSWTBotTest


Constructor Summary
DynamicContainmentTreeSWTBotTest()
           
 
Method Summary
static DynamicContainmentItem addItem(String id, VElement viewModelParent, org.eclipse.emf.ecore.EObject virtualParent)
           
 org.eclipse.emf.ecore.EObject createDomainObject()
          
 VView createView()
           
 void logic()
          
 
Methods inherited from class org.eclipse.emf.ecp.view.ui.editor.test.ECPCommonSWTBotTest
assertions, getDomainObject, getSWTViewCollectable, setDomainObject, setUp, test, unsetDomainObject, unsetSWTViewCollectable, usedMemory
 
Methods inherited from class org.eclipse.swtbot.swt.finder.SWTBotTestCase
assertContains, assertDoesNotContain, assertEnabled, assertMatchesRegex, assertMatchesRegex, assertMatchesRegex, assertNotEnabled, assertNotSameWidget, assertNotSameWidget, assertNotVisible, assertSameWidget, assertSameWidget, assertText, assertText, assertTextContains, assertTextContains, assertTextDoesNotContain, assertTextDoesNotContain, assertVisible, captureScreenshot, pass, runBare
 
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, setName, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DynamicContainmentTreeSWTBotTest

public DynamicContainmentTreeSWTBotTest()
Method Detail

createView

public VView createView()
Specified by:
createView in class ECPCommonSWTBotTest

addItem

public static DynamicContainmentItem addItem(String id,
                                             VElement viewModelParent,
                                             org.eclipse.emf.ecore.EObject virtualParent)

createDomainObject

public org.eclipse.emf.ecore.EObject createDomainObject()

Specified by:
createDomainObject in class ECPCommonSWTBotTest
See Also:
ECPCommonSWTBotTest.createDomainObject()

logic

public void logic()

Specified by:
logic in class ECPCommonSWTBotTest
See Also:
ECPCommonSWTBotTest.logic()


Copyright © 2014. All Rights Reserved.