Java Doc for ClickableElementTest.java in  » Testing » htmlunit » com » gargoylesoftware » htmlunit » html » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Testing » htmlunit » com.gargoylesoftware.htmlunit.html 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


com.gargoylesoftware.htmlunit.WebTestCase
   com.gargoylesoftware.htmlunit.html.ClickableElementTest

ClickableElementTest
public class ClickableElementTest extends WebTestCase (Code)
Tests for ClickableElement .
version:
   $Revision: 2132 $
author:
   David K. Taylor
author:
   Chris Erskine
author:
   Marc Guillemot
author:
   Ahmed Ashour



Constructor Summary
public  ClickableElementTest(String name)
    

Method Summary
public  voidXXtestLink_onClick()
     Test onClick handler and click method of link element.
public  voidXXtestNoFrames_onClick()
     Test onClick handler and click method of no frames element.
public  voidtestAbbreviation_onClick()
     Test onClick handler and click method of abbreviation element.
public  voidtestAcronym_onClick()
     Test onClick handler and click method of acronym element.
public  voidtestAddress_onClick()
     Test onClick handler and click method of address element.
public  voidtestAnchor_onClick()
     Test onClick handler and click method of anchor element.
public  voidtestArea_onClick()
     Test onClick handler and click method of area element.
public  voidtestBig_onClick()
     Test onClick handler and click method of big element.
public  voidtestBlockquote_onClick()
     Test onClick handler and click method of blockquote element.
public  voidtestBody_onClick()
     Test onClick handler and click method of body element.
public  voidtestBold_onClick()
     Test onClick handler and click method of bold element.
public  voidtestButton_onClick()
     Test onClick handler and click method of button element.
public  voidtestButton_onClickTwice()
    
public  voidtestCenter_onClick()
     Test onClick handler and click method of center element.
public  voidtestCheckbox_onClickUpdatesStateFirst()
    
public  voidtestCite_onClick()
     Test onClick handler and click method of cite element.
public  voidtestCode_onClick()
     Test onClick handler and click method of code element.
public  voidtestDblClick()
    
public  voidtestDefinitionDescription_onClick()
     Test onClick handler and click method of definition description dd element.
public  voidtestDefinitionList_onClick()
     Test onClick handler and click method of definition list dl element.
public  voidtestDefinitionTerm_onClick()
     Test onClick handler and click method of definition term dt element.
public  voidtestDefinition_onClick()
     Test onClick handler and click method of definition element.
public  voidtestDeletedText_onClick()
     Test onClick handler and click method of deleted text element.
public  voidtestDirectory_onClick()
     Test onClick handler and click method of directory element.
public  voidtestDivision_onClick()
     Test onClick handler and click method of division element.
public  voidtestEmphasis_onClick()
     Test onClick handler and click method of emphasis element.
public  voidtestFieldSet_onClick()
     Test onClick handler and click method of field set element.
public  voidtestForm_onClick()
     Test onClick handler and click method of form element.
public  voidtestHeader1_onClick()
     Test onClick handler and click method of header1 element.
public  voidtestHeader2_onClick()
     Test onClick handler and click method of header2 element.
public  voidtestHeader3_onClick()
     Test onClick handler and click method of header3 element.
public  voidtestHeader4_onClick()
     Test onClick handler and click method of header4 element.
public  voidtestHeader5_onClick()
     Test onClick handler and click method of header5 element.
public  voidtestHeader6_onClick()
     Test onClick handler and click method of header6 element.
public  voidtestHorizontalRule_onClick()
     Test onClick handler and click method of horizontal rule element.
public  voidtestImage_onClick()
     Test onClick handler and click method of image element.
public  voidtestInput_onClick()
     Test onClick handler and click method of input element.
public  voidtestInsertedText_onClick()
     Test onClick handler and click method of inserted text element.
public  voidtestItalics_onClick()
     Test onClick handler and click method of italics element.
public  voidtestJavaScriptError_onClick()
     Test that no NPE is thrown when JS fails on link click and WebClient.setThrowExceptionOnScriptError(false) is used.
public  voidtestKeyboard_onClick()
     Test onClick handler and click method of keyboard element.
public  voidtestLabel_onClick()
     Test onClick handler and click method of label element.
public  voidtestLegend_onClick()
     Test onClick handler and click method of legend element.
public  voidtestListItem_onClick()
     Test onClick handler and click method of List Item element.
public  voidtestMap_onClick()
     Test onClick handler and click method of map element.
public  voidtestMenu_onClick()
     Test onClick handler and click method of menu element.
public  voidtestNoScript_onClick()
     Test onClick handler and click method of no script element.
public  voidtestObject_onClick()
     Test onClick handler and click method of object element.
public  voidtestOptionGroup_onClick()
     Test onClick handler and click method of Option Group element.
public  voidtestOption_onClick()
     Test onClick handler and click method of option element.
public  voidtestOrderedList_onClick()
     Test onClick handler and click method of Ordered List element.
public  voidtestParagraph_onClick()
     Test onClick handler and click method of paragraph element.
public  voidtestPre_onClick()
     Test onClick handler and click method of pre element.
public  voidtestQuotation_onClick()
     Test onClick handler and click method of inline Quotation element.
public  voidtestSample_onClick()
     Test onClick handler and click method of sample element.
public  voidtestSelect_onClick()
     Test onClick handler and click method of select element.
public  voidtestSetOnClick()
    
public  voidtestSmall_onClick()
     Test onClick handler and click method of small element.
public  voidtestSpan_onClick()
     Test onClick handler and click method of span element.
public  voidtestStrike_onClick()
     Test onClick handler and click method of strike element.
public  voidtestStrikethrough_onClick()
     Test onClick handler and click method of strikethrough element.
public  voidtestSubscript_onClick()
     Test onClick handler and click method of subscript element.
public  voidtestSuperscript_onClick()
     Test onClick handler and click method of superscript element.
public  voidtestTableBody_onClick()
     Test onClick handler and click method of table body element.
public  voidtestTableCaption_onClick()
     Test onClick handler and click method of table caption element.
public  voidtestTableColumnGroup_onClick()
     Test onClick handler and click method of table column group element.
public  voidtestTableColumn_onClick()
     Test onClick handler and click method of table column element.
public  voidtestTableDataCell_onClick()
     Test onClick handler and click method of table data cell element.
public  voidtestTableFooter_onClick()
     Test onClick handler and click method of table footer element.
public  voidtestTableHeaderCell_onClick()
     Test onClick handler and click method of table header cell element.
public  voidtestTableHeader_onClick()
     Test onClick handler and click method of table header element.
public  voidtestTableRow_onClick()
     Test onClick handler and click method of table row element.
public  voidtestTableRow_onClickSetByNestedScript()
    
public  voidtestTableRow_onClickSetOnLoad()
    
public  voidtestTable_onClick()
     Test onClick handler and click method of table element.
public  voidtestTeletype_onClick()
     Test onClick handler and click method of teletype element.
public  voidtestTextDirection_onClick()
     Test onClick handler and click method of Text Direction element.
public  voidtestTextarea_onClick()
     Test onClick handler and click method of textarea element.
public  voidtestUnderline_onClick()
     Test onClick handler and click method of underline element.
public  voidtestUnorderedList_onClick()
     Test onClick handler and click method of unordered List element.
public  voidtestVariable_onClick()
     Test onClick handler and click method of variable element.


Constructor Detail
ClickableElementTest
public ClickableElementTest(String name)(Code)
Create an instance
Parameters:
  name - The name of the test




Method Detail
XXtestLink_onClick
public void XXtestLink_onClick() throws Exception(Code)
Test onClick handler and click method of link element.
throws:
  Exception - if the test fails



XXtestNoFrames_onClick
public void XXtestNoFrames_onClick() throws Exception(Code)
Test onClick handler and click method of no frames element.
throws:
  Exception - if the test fails



testAbbreviation_onClick
public void testAbbreviation_onClick() throws Exception(Code)
Test onClick handler and click method of abbreviation element.
throws:
  Exception - if the test fails



testAcronym_onClick
public void testAcronym_onClick() throws Exception(Code)
Test onClick handler and click method of acronym element.
throws:
  Exception - if the test fails



testAddress_onClick
public void testAddress_onClick() throws Exception(Code)
Test onClick handler and click method of address element.
throws:
  Exception - if the test fails



testAnchor_onClick
public void testAnchor_onClick() throws Exception(Code)
Test onClick handler and click method of anchor element.
throws:
  Exception - if the test fails



testArea_onClick
public void testArea_onClick() throws Exception(Code)
Test onClick handler and click method of area element.
throws:
  Exception - if the test fails



testBig_onClick
public void testBig_onClick() throws Exception(Code)
Test onClick handler and click method of big element.
throws:
  Exception - if the test fails



testBlockquote_onClick
public void testBlockquote_onClick() throws Exception(Code)
Test onClick handler and click method of blockquote element.
throws:
  Exception - if the test fails



testBody_onClick
public void testBody_onClick() throws Exception(Code)
Test onClick handler and click method of body element.
throws:
  Exception - if the test fails



testBold_onClick
public void testBold_onClick() throws Exception(Code)
Test onClick handler and click method of bold element.
throws:
  Exception - if the test fails



testButton_onClick
public void testButton_onClick() throws Exception(Code)
Test onClick handler and click method of button element.
throws:
  Exception - if the test fails



testButton_onClickTwice
public void testButton_onClickTwice() throws Exception(Code)
Test onClick handler can be called multiple times
throws:
  Exception - if the test fails



testCenter_onClick
public void testCenter_onClick() throws Exception(Code)
Test onClick handler and click method of center element.
throws:
  Exception - if the test fails



testCheckbox_onClickUpdatesStateFirst
public void testCheckbox_onClickUpdatesStateFirst() throws Exception(Code)

throws:
  Exception - if the test fails



testCite_onClick
public void testCite_onClick() throws Exception(Code)
Test onClick handler and click method of cite element.
throws:
  Exception - if the test fails



testCode_onClick
public void testCode_onClick() throws Exception(Code)
Test onClick handler and click method of code element.
throws:
  Exception - if the test fails



testDblClick
public void testDblClick() throws Exception(Code)

throws:
  Exception - If the test fails



testDefinitionDescription_onClick
public void testDefinitionDescription_onClick() throws Exception(Code)
Test onClick handler and click method of definition description dd element.
throws:
  Exception - if the test fails



testDefinitionList_onClick
public void testDefinitionList_onClick() throws Exception(Code)
Test onClick handler and click method of definition list dl element.
throws:
  Exception - if the test fails



testDefinitionTerm_onClick
public void testDefinitionTerm_onClick() throws Exception(Code)
Test onClick handler and click method of definition term dt element.
throws:
  Exception - if the test fails



testDefinition_onClick
public void testDefinition_onClick() throws Exception(Code)
Test onClick handler and click method of definition element.
throws:
  Exception - if the test fails



testDeletedText_onClick
public void testDeletedText_onClick() throws Exception(Code)
Test onClick handler and click method of deleted text element.
throws:
  Exception - if the test fails



testDirectory_onClick
public void testDirectory_onClick() throws Exception(Code)
Test onClick handler and click method of directory element.
throws:
  Exception - if the test fails



testDivision_onClick
public void testDivision_onClick() throws Exception(Code)
Test onClick handler and click method of division element.
throws:
  Exception - if the test fails



testEmphasis_onClick
public void testEmphasis_onClick() throws Exception(Code)
Test onClick handler and click method of emphasis element.
throws:
  Exception - if the test fails



testFieldSet_onClick
public void testFieldSet_onClick() throws Exception(Code)
Test onClick handler and click method of field set element.
throws:
  Exception - if the test fails



testForm_onClick
public void testForm_onClick() throws Exception(Code)
Test onClick handler and click method of form element.
throws:
  Exception - if the test fails



testHeader1_onClick
public void testHeader1_onClick() throws Exception(Code)
Test onClick handler and click method of header1 element.
throws:
  Exception - if the test fails



testHeader2_onClick
public void testHeader2_onClick() throws Exception(Code)
Test onClick handler and click method of header2 element.
throws:
  Exception - if the test fails



testHeader3_onClick
public void testHeader3_onClick() throws Exception(Code)
Test onClick handler and click method of header3 element.
throws:
  Exception - if the test fails



testHeader4_onClick
public void testHeader4_onClick() throws Exception(Code)
Test onClick handler and click method of header4 element.
throws:
  Exception - if the test fails



testHeader5_onClick
public void testHeader5_onClick() throws Exception(Code)
Test onClick handler and click method of header5 element.
throws:
  Exception - if the test fails



testHeader6_onClick
public void testHeader6_onClick() throws Exception(Code)
Test onClick handler and click method of header6 element.
throws:
  Exception - if the test fails



testHorizontalRule_onClick
public void testHorizontalRule_onClick() throws Exception(Code)
Test onClick handler and click method of horizontal rule element.
throws:
  Exception - if the test fails



testImage_onClick
public void testImage_onClick() throws Exception(Code)
Test onClick handler and click method of image element.
throws:
  Exception - if the test fails



testInput_onClick
public void testInput_onClick() throws Exception(Code)
Test onClick handler and click method of input element.
throws:
  Exception - if the test fails



testInsertedText_onClick
public void testInsertedText_onClick() throws Exception(Code)
Test onClick handler and click method of inserted text element.
throws:
  Exception - if the test fails



testItalics_onClick
public void testItalics_onClick() throws Exception(Code)
Test onClick handler and click method of italics element.
throws:
  Exception - if the test fails



testJavaScriptError_onClick
public void testJavaScriptError_onClick() throws Exception(Code)
Test that no NPE is thrown when JS fails on link click and WebClient.setThrowExceptionOnScriptError(false) is used. Test for bug 1385864.
throws:
  Exception - if the test fails



testKeyboard_onClick
public void testKeyboard_onClick() throws Exception(Code)
Test onClick handler and click method of keyboard element.
throws:
  Exception - if the test fails



testLabel_onClick
public void testLabel_onClick() throws Exception(Code)
Test onClick handler and click method of label element.
throws:
  Exception - if the test fails



testLegend_onClick
public void testLegend_onClick() throws Exception(Code)
Test onClick handler and click method of legend element.
throws:
  Exception - if the test fails



testListItem_onClick
public void testListItem_onClick() throws Exception(Code)
Test onClick handler and click method of List Item element.
throws:
  Exception - if the test fails



testMap_onClick
public void testMap_onClick() throws Exception(Code)
Test onClick handler and click method of map element.
throws:
  Exception - if the test fails



testMenu_onClick
public void testMenu_onClick() throws Exception(Code)
Test onClick handler and click method of menu element.
throws:
  Exception - if the test fails



testNoScript_onClick
public void testNoScript_onClick() throws Exception(Code)
Test onClick handler and click method of no script element.
throws:
  Exception - if the test fails



testObject_onClick
public void testObject_onClick() throws Exception(Code)
Test onClick handler and click method of object element.
throws:
  Exception - if the test fails



testOptionGroup_onClick
public void testOptionGroup_onClick() throws Exception(Code)
Test onClick handler and click method of Option Group element.
throws:
  Exception - if the test fails



testOption_onClick
public void testOption_onClick() throws Exception(Code)
Test onClick handler and click method of option element.
throws:
  Exception - if the test fails



testOrderedList_onClick
public void testOrderedList_onClick() throws Exception(Code)
Test onClick handler and click method of Ordered List element.
throws:
  Exception - if the test fails



testParagraph_onClick
public void testParagraph_onClick() throws Exception(Code)
Test onClick handler and click method of paragraph element.
throws:
  Exception - if the test fails



testPre_onClick
public void testPre_onClick() throws Exception(Code)
Test onClick handler and click method of pre element.
throws:
  Exception - if the test fails



testQuotation_onClick
public void testQuotation_onClick() throws Exception(Code)
Test onClick handler and click method of inline Quotation element.
throws:
  Exception - if the test fails



testSample_onClick
public void testSample_onClick() throws Exception(Code)
Test onClick handler and click method of sample element.
throws:
  Exception - if the test fails



testSelect_onClick
public void testSelect_onClick() throws Exception(Code)
Test onClick handler and click method of select element.
throws:
  Exception - if the test fails



testSetOnClick
public void testSetOnClick() throws Exception(Code)
Test setting onClick handler from inside the onClick handler
throws:
  Exception - if the test fails



testSmall_onClick
public void testSmall_onClick() throws Exception(Code)
Test onClick handler and click method of small element.
throws:
  Exception - if the test fails



testSpan_onClick
public void testSpan_onClick() throws Exception(Code)
Test onClick handler and click method of span element.
throws:
  Exception - if the test fails



testStrike_onClick
public void testStrike_onClick() throws Exception(Code)
Test onClick handler and click method of strike element.
throws:
  Exception - if the test fails



testStrikethrough_onClick
public void testStrikethrough_onClick() throws Exception(Code)
Test onClick handler and click method of strikethrough element.
throws:
  Exception - if the test fails



testSubscript_onClick
public void testSubscript_onClick() throws Exception(Code)
Test onClick handler and click method of subscript element.
throws:
  Exception - if the test fails



testSuperscript_onClick
public void testSuperscript_onClick() throws Exception(Code)
Test onClick handler and click method of superscript element.
throws:
  Exception - if the test fails



testTableBody_onClick
public void testTableBody_onClick() throws Exception(Code)
Test onClick handler and click method of table body element.
throws:
  Exception - if the test fails



testTableCaption_onClick
public void testTableCaption_onClick() throws Exception(Code)
Test onClick handler and click method of table caption element.
throws:
  Exception - if the test fails



testTableColumnGroup_onClick
public void testTableColumnGroup_onClick() throws Exception(Code)
Test onClick handler and click method of table column group element.
throws:
  Exception - if the test fails



testTableColumn_onClick
public void testTableColumn_onClick() throws Exception(Code)
Test onClick handler and click method of table column element.
throws:
  Exception - if the test fails



testTableDataCell_onClick
public void testTableDataCell_onClick() throws Exception(Code)
Test onClick handler and click method of table data cell element.
throws:
  Exception - if the test fails



testTableFooter_onClick
public void testTableFooter_onClick() throws Exception(Code)
Test onClick handler and click method of table footer element.
throws:
  Exception - if the test fails



testTableHeaderCell_onClick
public void testTableHeaderCell_onClick() throws Exception(Code)
Test onClick handler and click method of table header cell element.
throws:
  Exception - if the test fails



testTableHeader_onClick
public void testTableHeader_onClick() throws Exception(Code)
Test onClick handler and click method of table header element.
throws:
  Exception - if the test fails



testTableRow_onClick
public void testTableRow_onClick() throws Exception(Code)
Test onClick handler and click method of table row element.
throws:
  Exception - if the test fails



testTableRow_onClickSetByNestedScript
public void testTableRow_onClickSetByNestedScript() throws Exception(Code)
Test when HtmlTableRow.onclick is set by a javascript
throws:
  Exception - if the test fails



testTableRow_onClickSetOnLoad
public void testTableRow_onClickSetOnLoad() throws Exception(Code)
Test when HtmlTableRow.onclick is set by a javascript
throws:
  Exception - if the test fails



testTable_onClick
public void testTable_onClick() throws Exception(Code)
Test onClick handler and click method of table element.
throws:
  Exception - if the test fails



testTeletype_onClick
public void testTeletype_onClick() throws Exception(Code)
Test onClick handler and click method of teletype element.
throws:
  Exception - if the test fails



testTextDirection_onClick
public void testTextDirection_onClick() throws Exception(Code)
Test onClick handler and click method of Text Direction element.
throws:
  Exception - if the test fails



testTextarea_onClick
public void testTextarea_onClick() throws Exception(Code)
Test onClick handler and click method of textarea element.
throws:
  Exception - if the test fails



testUnderline_onClick
public void testUnderline_onClick() throws Exception(Code)
Test onClick handler and click method of underline element.
throws:
  Exception - if the test fails



testUnorderedList_onClick
public void testUnorderedList_onClick() throws Exception(Code)
Test onClick handler and click method of unordered List element.
throws:
  Exception - if the test fails



testVariable_onClick
public void testVariable_onClick() throws Exception(Code)
Test onClick handler and click method of variable element.
throws:
  Exception - if the test fails



Fields inherited from com.gargoylesoftware.htmlunit.WebTestCase
final public static String PROPERTY_GENERATE_TESTPAGES(Code)(Java Doc)
final public static URL URL_FIRST(Code)(Java Doc)
final public static URL URL_GARGOYLE(Code)(Java Doc)
final public static URL URL_SECOND(Code)(Java Doc)
final public static URL URL_THIRD(Code)(Java Doc)

Methods inherited from com.gargoylesoftware.htmlunit.WebTestCase
protected void assertEquals(URL expectedUrl, URL actualUrl)(Code)(Java Doc)
protected void assertEquals(String message, URL expectedUrl, URL actualUrl)(Code)(Java Doc)
protected void assertEquals(String expectedUrl, URL actualUrl)(Code)(Java Doc)
protected void assertEquals(String[] expected, List actual)(Code)(Java Doc)
protected void assertEquals(String message, String[] expected, List actual)(Code)(Java Doc)
protected void assertEquals(String message, String expectedUrl, URL actualUrl)(Code)(Java Doc)
public static void assertNull(Object object)(Code)(Java Doc)
protected void createTestPageForRealBrowserIfNeeded(String content, String[] expectedAlerts) throws IOException(Code)(Java Doc)
protected void createTestPageForRealBrowserIfNeeded(String content, List expectedAlerts) throws IOException(Code)(Java Doc)
public static InputStream getFileAsStream(String fileName) throws FileNotFoundException(Code)(Java Doc)
public static File getFileObject(String fileName) throws FileNotFoundException(Code)(Java Doc)
final protected Log getLog()(Code)(Java Doc)
final protected static MockWebConnection getMockConnection(HtmlPage page)(Code)(Java Doc)
final protected static HtmlPage loadPage(String html) throws Exception(Code)(Java Doc)
final protected static HtmlPage loadPage(BrowserVersion browserVersion, String html, List collectedAlerts) throws Exception(Code)(Java Doc)
final protected static HtmlPage loadPage(String html, List collectedAlerts) throws Exception(Code)(Java Doc)
final protected static HtmlPage loadPage(String html, List collectedAlerts, URL url) throws Exception(Code)(Java Doc)
final protected static HtmlPage loadPage(BrowserVersion browserVersion, String html, List collectedAlerts, URL url) throws Exception(Code)(Java Doc)
final protected static HtmlPage loadUrl(String url) throws Exception(Code)(Java Doc)
protected boolean notYetImplemented()(Code)(Java Doc)
protected void testHTMLFile(String fileName) throws Exception(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.