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

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.swtbot.eclipse.finder.SWTBotEclipseTestCase
                  extended by org.eclipse.swtbot.eclipse.gef.finder.SWTBotGefTestCase
All Implemented Interfaces:
junit.framework.Test

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 junit.framework.TestCase
countTestCases, createResult, getName, run, run, runTest, setName, setUp, tearDown, 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, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

bot

protected SWTGefBot bot
Constructor Detail

SWTBotGefTestCase

public SWTBotGefTestCase()