[richfaces-svn-commits] JBoss Rich Faces SVN: r11723 - trunk/test-applications/seleniumTest/richfaces/src/test/java/org/richfaces/testng.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Thu Dec 11 12:00:16 EST 2008


Author: andrei_exadel
Date: 2008-12-11 12:00:16 -0500 (Thu, 11 Dec 2008)
New Revision: 11723

Modified:
   trunk/test-applications/seleniumTest/richfaces/src/test/java/org/richfaces/testng/CalendarTest.java
Log:
RF-5237

Modified: trunk/test-applications/seleniumTest/richfaces/src/test/java/org/richfaces/testng/CalendarTest.java
===================================================================
--- trunk/test-applications/seleniumTest/richfaces/src/test/java/org/richfaces/testng/CalendarTest.java	2008-12-11 16:49:08 UTC (rev 11722)
+++ trunk/test-applications/seleniumTest/richfaces/src/test/java/org/richfaces/testng/CalendarTest.java	2008-12-11 17:00:16 UTC (rev 11723)
@@ -346,6 +346,13 @@
     }
     
     @Test
+    public void testRenderedAttribute(Template template) {
+    	AutoTester tester = getAutoTester(this);
+    	tester.renderPage(template, RESET_METHOD);
+    	tester.testRendered();
+    }
+    
+    @Test
     public void testInternationalization(Template template) {
     	renderPage(template, RESET_METHOD);
     	initIds(getParentId());
@@ -362,7 +369,7 @@
        
     }
     
-   // @Test
+    @Test
     public void testLinitToListAttribute(Template template) {
     	AutoTester tester = getAutoTester(this);
     	tester.renderPage(template, RESET_METHOD);
@@ -371,7 +378,7 @@
     	tester.testLimitToList();
     }
     
-    //@Test
+    @Test
     public void testReRenderAttribute(Template template) {
     	AutoTester tester = getAutoTester(this);
     	tester.renderPage(template, RESET_METHOD);
@@ -381,7 +388,7 @@
     	tester.testReRender();
     }
     
-    //@Test
+    @Test
     public void testConverterAttribute(Template template) {
     	AutoTester tester = getAutoTester(this);
     	tester.renderPage(template, RESET_METHOD);
@@ -389,7 +396,7 @@
     	tester.testConverterAttribute();
     }
     
-   // @Test
+    @Test
     public void testValidatorAndValidatorMessageAttributes(Template template) {
     	AutoTester tester = getAutoTester(this);
     	tester.renderPage(template, RESET_METHOD);
@@ -397,7 +404,7 @@
     	tester.testValidatorAndValidatorMessageAttributes();
     }
     
-  //  @Test
+    @Test
     public void testClientMode(Template template) {
     	renderPage(template, RESET_METHOD);
         initIds(getParentId());
@@ -431,7 +438,7 @@
 		
     }
     
-    //@Test
+    @Test
     public void testDataModelAttribute(Template template) {
     	renderPage(template, RESET_METHOD);
         initIds(getParentId());
@@ -450,7 +457,7 @@
       
     }
     
-   // @Test
+    @Test
     public void testTimeSelection(Template template) {
     	renderPage(template, RESET_METHOD);
         initIds(getParentId());
@@ -498,7 +505,7 @@
         
     }
 
-   // @Test
+    @Test
     public void testListenersInAjaxMode(Template template) {
         renderPage(template, RESET_METHOD);
         initIds(getParentId());
@@ -517,7 +524,7 @@
 
     }
 
-  //  @Test
+    @Test
     public void testListenersInClientMode(Template template) {
         renderPage(template, RESET_METHOD);
         initIds(getParentId());
@@ -538,7 +545,7 @@
 
     }
 
-   // @Test
+    @Test
     public void testCalendarComponent(Template template) {
         renderPage(template);	
 
@@ -567,7 +574,7 @@
         Assert.assertTrue(isVisible(calendarOpenedId), "Calendar window should be visible on the component!");
     }
 
-   // @Test
+    @Test
     public void testSelectDateComponent(Template template) {
         renderPage(template);
 
@@ -612,7 +619,7 @@
         Assert.assertFalse(isVisible(calendarOpenedId), "Calendar window should NOT be visible on the component!");
     }
 
-   // @Test
+    @Test
     public void testValueAndCurrentDateOfCalendarInCaseOfPopupTrue(Template template) {
         renderPage(template, RESET_METHOD);
         initIds(getParentId());
@@ -659,7 +666,7 @@
         Assert.assertEquals(currentDate, month_year, "Calendar shows wrong current date");
     }
 
-   //@Test
+   @Test
     public void testValueAndCurrentDateOfCalendarWithPopupFalse(Template template) {
         renderPage(template, RESET_METHOD);
         initIds(getParentId());
@@ -725,7 +732,7 @@
         Assert.assertEquals(currentDate, month_year, "Calendar shows wrong current date");
     }
 
-   // @Test
+    @Test
     public void testDatePatternNonPopupMode(Template template) {
         renderPage(template, null);
         initIds(getParentId());
@@ -755,7 +762,7 @@
         }
     }
 
-    //@Test
+    @Test
     public void testDatePatternPopupMode(Template template) {
         renderPage(template, null);
         initIds(getParentId());
@@ -791,7 +798,7 @@
         }
     }
 
-  //  @Test
+    @Test
     public void testShowHeaderAttribute(Template template) {
         renderPage(SHOW_ATTRIBURES_TEST_URL, template, INIT_SHOW_ATTRIBUTES_TEST);
         initIds(getParentId());
@@ -814,7 +821,7 @@
         AssertPresent(calendarHeaderId, "Header is not present");
     }
 
-    //@Test
+    @Test
     public void testShowFooterAttribute(Template template) {
         renderPage(SHOW_ATTRIBURES_TEST_URL, template, INIT_SHOW_ATTRIBUTES_TEST);
         initIds(getParentId());
@@ -837,7 +844,7 @@
         AssertPresent(calendarFooterId, "Footer is not present");
     }
 
-   // @Test
+    @Test
     public void testShowWeekDaysBar(Template template) {
         renderPage(SHOW_ATTRIBURES_TEST_URL, template, INIT_SHOW_ATTRIBUTES_TEST);
         initIds(getParentId());
@@ -860,7 +867,7 @@
         AssertPresent(weekDaysBarId, "Week days bar is not present");
     }
 
-  //  @Test
+    @Test
     public void testShowWeeksBar(Template template) {
         renderPage(SHOW_ATTRIBURES_TEST_URL, template, INIT_SHOW_ATTRIBUTES_TEST);
         initIds(getParentId());
@@ -884,7 +891,7 @@
         AssertPresent(weeksBarId, "Weeks bar is not present");
     }
 
-  // @Test
+   @Test
     public void testShowInput(Template template) {
         renderPage(SHOW_ATTRIBURES_TEST_URL, template, INIT_SHOW_ATTRIBUTES_TEST);
         initIds(getParentId());
@@ -898,7 +905,7 @@
         AssertNotVisible(inputDateId, "Input is visible");
     }
 
-   // @Test
+    @Test
     public void testShowApplyButton(Template template) {
         renderPage(SHOW_ATTRIBURES_TEST_URL, template, INIT_SHOW_ATTRIBUTES_TEST);
         initIds(getParentId());
@@ -915,7 +922,7 @@
         Assert.assertFalse(isVisible(applyButtonXpath), "Apply button is visible");
     }
 
-   // @Test
+    @Test
     public void testTodayControlMode(Template template) {
         renderPage(TODAY_CONTROL_MODE_URL, template, null);
         initIds(getParentId());
@@ -998,7 +1005,7 @@
         Assert.assertFalse(isVisible(todayControlXpath), "Control 'Today' has to be hidden");
     }
 
-   //@Test
+   @Test
     public void buttonRelatedAttributesTest(Template template) {
         renderPage(BUTTON_RELATED_TEST_URL, template, null);
         writeStatus("Check button-related attributes");




More information about the richfaces-svn-commits mailing list