Author: dsakovich
Date: 2007-12-14 08:43:22 -0500 (Fri, 14 Dec 2007)
New Revision: 5313
Modified:
trunk/jsf/tests/org.jboss.tools.jsf.vpe.seam.test/resources/seamtest.jar
trunk/jsf/tests/org.jboss.tools.jsf.vpe.seam.test/src/org/jboss/tools/jsf/vpe/seam/test/SeamComponentTest.java
Log:
http://jira.jboss.com/jira/browse/JBIDE-1491
Modified: trunk/jsf/tests/org.jboss.tools.jsf.vpe.seam.test/resources/seamtest.jar
===================================================================
(Binary files differ)
Modified:
trunk/jsf/tests/org.jboss.tools.jsf.vpe.seam.test/src/org/jboss/tools/jsf/vpe/seam/test/SeamComponentTest.java
===================================================================
---
trunk/jsf/tests/org.jboss.tools.jsf.vpe.seam.test/src/org/jboss/tools/jsf/vpe/seam/test/SeamComponentTest.java 2007-12-14
12:51:47 UTC (rev 5312)
+++
trunk/jsf/tests/org.jboss.tools.jsf.vpe.seam.test/src/org/jboss/tools/jsf/vpe/seam/test/SeamComponentTest.java 2007-12-14
13:43:22 UTC (rev 5313)
@@ -114,19 +114,42 @@
delay(5000);
}
- public void testAllComponentsOnSinglePage() throws PartInitException, Throwable {
- performTestForSeamComponent("seamtest.xhtml"); // $NON-NLS-1$
- }
-
public void testButton() throws PartInitException, Throwable {
performTestForSeamComponent("button.xhtml"); // $NON-NLS-1$
}
+ public void testDecorate() throws PartInitException, Throwable {
+ performTestForSeamComponent("decorate.xhtml"); // $NON-NLS-1$
+ }
+
+ public void testDiv() throws PartInitException, Throwable {
+ performTestForSeamComponent("div.xhtml"); // $NON-NLS-1$
+ }
+
+ public void testFormattedText() throws PartInitException, Throwable {
+ performTestForSeamComponent("formattedText.xhtml"); // $NON-NLS-1$
+ }
+
public void testSpan() throws PartInitException, Throwable {
performTestForSeamComponent("span.xhtml"); // $NON-NLS-1$
}
+ public void testLabel() throws PartInitException, Throwable {
+ performTestForSeamComponent("label.xhtml"); // $NON-NLS-1$
+ }
+ public void testLink() throws PartInitException, Throwable {
+ performTestForSeamComponent("link.xhtml"); // $NON-NLS-1$
+ }
+
+ public void testMessage() throws PartInitException, Throwable {
+ performTestForSeamComponent("message.xhtml"); // $NON-NLS-1$
+ }
+
+ public void testAllComponentsOnSinglePage() throws PartInitException, Throwable {
+ performTestForSeamComponent("seamtest.xhtml"); // $NON-NLS-1$
+ }
+
private void performTestForSeamComponent(String componentPage) throws PartInitException,
Throwable {
waitForJobs();