Author: jjamrich
Date: 2012-01-24 05:52:48 -0500 (Tue, 24 Jan 2012)
New Revision: 23180
Modified:
modules/tests/metamer/trunk/ftest-source/src/main/java/org/richfaces/tests/metamer/ftest/richContextMenu/TestRichContextMenu.java
Log:
Organize imports in TestRichContextMenu
Modified:
modules/tests/metamer/trunk/ftest-source/src/main/java/org/richfaces/tests/metamer/ftest/richContextMenu/TestRichContextMenu.java
===================================================================
---
modules/tests/metamer/trunk/ftest-source/src/main/java/org/richfaces/tests/metamer/ftest/richContextMenu/TestRichContextMenu.java 2012-01-24
10:52:35 UTC (rev 23179)
+++
modules/tests/metamer/trunk/ftest-source/src/main/java/org/richfaces/tests/metamer/ftest/richContextMenu/TestRichContextMenu.java 2012-01-24
10:52:48 UTC (rev 23180)
@@ -27,10 +27,23 @@
import static org.jboss.test.selenium.locator.LocatorFactory.jq;
import static org.jboss.test.selenium.utils.URLUtils.buildUrl;
import static
org.richfaces.tests.metamer.ftest.attributes.AttributeList.contextMenuAttributes;
-import static org.richfaces.tests.metamer.ftest.richContextMenu.ContextMenuAttributes.*;
+import static
org.richfaces.tests.metamer.ftest.richContextMenu.ContextMenuAttributes.attachTo;
+import static
org.richfaces.tests.metamer.ftest.richContextMenu.ContextMenuAttributes.dir;
+import static
org.richfaces.tests.metamer.ftest.richContextMenu.ContextMenuAttributes.disabled;
+import static
org.richfaces.tests.metamer.ftest.richContextMenu.ContextMenuAttributes.hideDelay;
+import static
org.richfaces.tests.metamer.ftest.richContextMenu.ContextMenuAttributes.lang;
+import static
org.richfaces.tests.metamer.ftest.richContextMenu.ContextMenuAttributes.mode;
+import static
org.richfaces.tests.metamer.ftest.richContextMenu.ContextMenuAttributes.onshow;
+import static
org.richfaces.tests.metamer.ftest.richContextMenu.ContextMenuAttributes.popupWidth;
+import static
org.richfaces.tests.metamer.ftest.richContextMenu.ContextMenuAttributes.rendered;
+import static
org.richfaces.tests.metamer.ftest.richContextMenu.ContextMenuAttributes.showEvent;
+import static
org.richfaces.tests.metamer.ftest.richContextMenu.ContextMenuAttributes.style;
+import static
org.richfaces.tests.metamer.ftest.richContextMenu.ContextMenuAttributes.styleClass;
+import static
org.richfaces.tests.metamer.ftest.richContextMenu.ContextMenuAttributes.title;
+import static
org.richfaces.tests.metamer.ftest.richContextMenu.ContextMenuAttributes.verticalOffset;
+import static org.testng.Assert.assertEquals;
import static org.testng.Assert.assertFalse;
import static org.testng.Assert.assertTrue;
-import static org.testng.Assert.assertEquals;
import java.net.URL;
@@ -38,12 +51,9 @@
import org.jboss.test.selenium.dom.Event;
import org.jboss.test.selenium.geometry.Point;
import org.jboss.test.selenium.locator.Attribute;
-import org.jboss.test.selenium.locator.AttributeLocator;
import org.jboss.test.selenium.locator.ElementLocator;
import org.jboss.test.selenium.locator.JQueryLocator;
-import org.jboss.test.selenium.locator.LocatorFactory;
import org.jboss.test.selenium.waiting.EventFiredCondition;
-import org.jboss.test.selenium.waiting.selenium.SeleniumCondition;
import org.richfaces.tests.metamer.ftest.AbstractMetamerTest;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
Show replies by date