org.eclipse.swtbot.eclipse.finder
Class SWTBotEclipseTestCase

java.lang.Object
  extended by TestCase
      extended by org.eclipse.swtbot.swt.finder.SWTBotTestCase
          extended by org.eclipse.swtbot.eclipse.finder.SWTBotEclipseTestCase
Direct Known Subclasses:
SWTBotGefTestCase

public abstract class SWTBotEclipseTestCase
extends SWTBotTestCase

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

Since:
1.2
Version:
$Id$
Author:
Ketan Padegaonkar <KetanPadegaonkar [at] gmail [dot] com>

Field Summary
protected  SWTEclipseBot bot
          An instance of SWTEclipseBot.
 
Constructor Summary
SWTBotEclipseTestCase()
           
 
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 SWTEclipseBot bot
An instance of SWTEclipseBot.

Since:
1.1
Constructor Detail

SWTBotEclipseTestCase

public SWTBotEclipseTestCase()