org.eclipse.swtbot.eclipse.gef.finder
Class SWTBotGefTestCase

java.lang.Object
  extended by TestCase
      extended by org.eclipse.swtbot.swt.finder.SWTBotTestCase
          extended by org.eclipse.swtbot.eclipse.finder.SWTBotEclipseTestCase
              extended by org.eclipse.swtbot.eclipse.gef.finder.SWTBotGefTestCase

public class SWTBotGefTestCase
extends SWTBotEclipseTestCase

This is a wrapper test case to the SWTBotEclipseTestCase that adds a gef bot instead of the standard eclipse bot.

Author:
mchauvin

Field Summary
protected  SWTGefBot bot
           
 
Constructor Summary
SWTBotGefTestCase()
           
 
Method Summary
 
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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bot

protected SWTGefBot bot
Constructor Detail

SWTBotGefTestCase

public SWTBotGefTestCase()