com.gargoylesoftware.htmlunit

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 
com.gargoylesoftware.htmlunit
Test Classes Test Classes
Java Source File NameTypeComment
AjaxController.javaClass This class gets notified of AJAX calls and has the possibility to influence them.
AlertHandler.javaInterface A handler for javascript alerts.
Assert.javaClass Utility methods for performing runtime assertions.
BrowserVersion.javaClass Objects of this class represent one specific version of a given browser.
Cache.javaClass
CacheTest.javaClass Tests for Cache .
CollectingAlertHandler.javaClass A simple alert handler that keeps track of alerts in a list.
ConfirmHandler.javaInterface A handler for javascript window.confirm().
DefaultCredentialsProvider.javaClass Default HtmlUnit implementation of the CredentialsProvider interface.
DefaultCredentialsProviderTest.javaClass Tests for DefaultCredentialsProvider .
DefaultPageCreator.javaClass The default implementation of PageCreator.
DefaultPageCreatorTest.javaClass Tests for DefaultPageCreator .
ElementNotFoundException.javaClass
FailingHttpStatusCodeException.javaClass An exception that is thrown when the server returns a failing status code.
FailingHttpStatusCodeExceptionTest.javaClass Tests for FailingHttpStatusCodeException ..
FormEncodingType.javaClass
HttpWebConnection.javaClass INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
An object that handles the actual communication portion of page retrieval/submission
version:
   $Revision: 2168 $
author:
   Mike Bowler
author:
   Noboru Sinohara
author:
   David D.
HttpWebConnectionTest.javaClass Tests methods in HttpWebConnection .
version:
   $Revision: 2168 $
author:
   David D.
ImmediateRefreshHandler.javaClass The default handler for page refreshes.
ImmediateRefreshHandlerTest.javaClass Tests for ImmediateRefreshHandler .
IncorrectnessListener.javaInterface Interface to receive notification of incorrect information in html code (but not the parser messages), headers, ...
IncorrectnessListenerImpl.javaClass Default implementation of IncorrectnessListener configured on WebClient .
IncorrectnessListenerTest.javaClass Tests for IncorrectnessListener .
JavaScriptPage.javaClass A generic page that will be returned for JavaScript content. Specifically any content types of "text/javascript"
version:
   $Revision: 2132 $
author:
   Mike Bowler
author:
   David K.
KeyDataPair.javaClass A holder for a key/value pair that represents a file to upload.
version:
   $Revision: 2132 $
author:
   Brad Clarke
author:
   David D.
KeyValuePair.javaClass
MainTestSuite.javaClass This class is used by the junitui and junit targets in the build file.
MockWebConnection.javaClass A fake WebConnection designed to mock out the actual http connections.
NicelyResynchronizingAjaxController.javaClass This AjaxController resynchronizes calls calling from the main thread. The idea is that asynchron AJAX calls performed directly in response to a user action (therefore in the "main" thread and not in the thread of a background task) are directly useful for the user.
ObjectInstantiationException.javaClass Thrown if an object could not be instantiated for some reason.
OnbeforeunloadHandler.javaInterface A handler for onbeforeunload event.
Page.javaInterface An abstract page that represents some content returned from a server
version:
   $Revision: 2132 $
author:
   Mike Bowler
author:
   David K.
PageCreator.javaInterface Something that knows how to create a page object.
PluginConfiguration.javaClass Contains information about a plugin as available in javascript through document.navigator.plugins as well as the associated mime types (for Firefox browser simulation).
PromptHandler.javaInterface A handler for javascript window.prompt().
RefreshHandler.javaInterface A handler for page refreshes.
SanityCheck.javaClass This class runs live tests against popular webservers just to make sure nothing obvious has broken.
ScriptException.javaClass An exception that will be thrown if an error occurs during the processing of a script.
ScriptExceptionTest.javaClass Tests for ScriptException .
ScriptPreProcessor.javaInterface A script pre processor call back.
ScriptResult.javaClass This object contains the result of executing a chunk of script code.
SgmlPage.javaClass A basic class to be implemented by HtmlPage and XmlPage .
StatusHandler.javaInterface A handler for javascript alerts.
StringWebResponse.javaClass A simple WebResponse created from a string.
SubmitMethod.javaClass
TextPage.javaClass A generic page that will be returned for any text related content. Specifically any content types that start with "text/"
version:
   $Revision: 2132 $
author:
   Mike Bowler
author:
   David K.
TextUtil.javaClass Utility methods relating to text.
TextUtilTest.javaClass Tests for TextUtil .
ThreadedRefreshHandler.javaClass This refresh handler spawns a new thread that waits the specified number of seconds before refreshing the specified page, using the specified URL.
ThreadManager.javaClass INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
This is a class that provides thread handling services to internal clients as well as exposes some of the status of these threads to the public API.
ThreadManagerTest.javaClass Tests for ThreadManager .
TopLevelWindow.javaClass A window representing a top level browser window.
version:
   $Revision: 2132 $
author:
   Mike Bowler
author:
   David K.
TopLevelWindowTest.javaClass Tests for WebClient .
UnexpectedPage.javaClass A generic page that is returned whenever an unexpected content type is returned by the server.
version:
   $Revision: 2132 $
author:
   Mike Bowler
author:
   David K.
Version.javaClass Class to display version information about HtmlUnit.
WaitingRefreshHandler.javaClass This refresh handler waits the specified number of seconds (or a user defined maximum) before refreshing the specified page, using the specified URL.
WaitingRefreshHandlerTest.javaClass Tests for WaitingRefreshHandlerTest .
WebAssert.javaClass Utility class which contains standard assertions for HTML pages.
WebAssertTest.javaClass Tests for WebAssert .
WebClient.javaClass An object that represents a web browser.
version:
   $Revision: 2161 $
author:
   Mike Bowler
author:
   Mike J.
WebClientTest.javaClass Tests for WebClient .
version:
   $Revision: 2161 $
author:
   Mike Bowler
author:
   Christian Sell
author:
   Ben Curren
author:
   Marc Guillemot
author:
   David D.
WebConnection.javaInterface INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
An object that handles the actual communication portion of page retrieval/submission.
WebConnectionImpl.javaClass INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
An object that handles the actual communication portion of page retrieval/submission.
WebRequestSettings.javaClass Parameter object for making web requests.
WebResponse.javaInterface
WebResponseData.javaClass Simple data object to simplify WebResponse creation.
WebResponseDataTest.javaClass Tests for WebResponseData .
WebResponseImpl.javaClass Simple base class for WebResponse .
WebResponseImplTest.javaClass Tests for WebResponseImpl .
WebTestCase.javaClass Common superclass for HtmlUnit tests
version:
   $Revision: 2132 $
author:
   Mike Bowler
author:
   David D.
WebWindow.javaInterface An interface that represents one window in a browser.
WebWindowAdapter.javaClass An adapter for the WebWindowListener interface.
WebWindowEvent.javaClass An event that will be fired when a WebWindow changes.
version:
   $Revision: 2132 $
author:
   Mike Bowler
author:
   David K.
WebWindowImpl.javaClass INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
Base class for common WebWindow functionality.
WebWindowListener.javaInterface
WebWindowNotFoundException.javaClass Exception to indicate that no WebWindow could be found that matched a given name.
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.