Author: jpeterka
Date: 2010-10-20 04:59:34 -0400 (Wed, 20 Oct 2010)
New Revision: 25931
Modified:
trunk/tests/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/SWTUtilExt.java
Log:
Added class javadoc
Modified:
trunk/tests/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/SWTUtilExt.java
===================================================================
---
trunk/tests/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/SWTUtilExt.java 2010-10-20
08:58:44 UTC (rev 25930)
+++
trunk/tests/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/SWTUtilExt.java 2010-10-20
08:59:34 UTC (rev 25931)
@@ -53,8 +53,14 @@
import org.hamcrest.Matcher;
/**
- * Base class for all classes using SWTBot
+ * SWTUtilExt is contains helper method for writing SWTBot tests, i.e. various delay
methods
+ * and wait for jobs etc which don't directly depend on SWTBot.
*
+ * Note1: These methods should not reference anything from SWTBot directly, if you need
to add
+ * anything like that that reference it, consider to add into SWTBotExt, SWTEclipseExt,
SWTJBTExt
+ * or SWTOpenExt
+ *
+ * Note2: These method are statically accessible in any classes extending SWTTestExt
* @author jpeterka
*
*/
Show replies by date