Java Doc for ReportTest.java in  » HTML-Parser » JTidy » org » w3c » tidy » 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 » HTML Parser » JTidy » org.w3c.tidy 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.w3c.tidy.ReportTest

ReportTest
public class ReportTest extends TestCase (Code)
Test for Report messages. This test case actually requires EN locale to run successfully. .
author:
   fgiust
version:
   $Revision: 1.11 $ ($Author: fgiust $)



Constructor Summary
public  ReportTest(String name)
     instantiates a new test.

Method Summary
protected  voidsetUp()
    
public  voidtestGetMessageBadAttributeValue()
     test getMessage with the bad_attribute_value key.
public  voidtestGetMessageBadCdataComment()
     test getMessage with the bad_cdata_content key.
public  voidtestGetMessageBadCommentChars()
     test getMessage with the bad_comment_chars key.
public  voidtestGetMessageBadXmlComment()
     test getMessage with the bad_xml_comment key.
public  voidtestGetMessageCantBeNested()
     test getMessage with the cant_be_nested key.
public  voidtestGetMessageCoerceToEndtag()
     test getMessage with the coerce_to_endtag key.
public  voidtestGetMessageContentAfterBody()
     test getMessage with the content_after_body key.
public  voidtestGetMessageDiscardingUnexpected()
     test getMessage with the discarding_unexpected key.
public  voidtestGetMessageDoctypeAfterTags()
     test getMessage with the doctype_after_tags key.
public  voidtestGetMessageDoctypeGiven()
     test getMessage with the doctype_given key.
public  voidtestGetMessageDtypeNotUpperCase()
     test getMessage with the dtype_not_upper_case key.
public  voidtestGetMessageDuplicateFrameset()
     test getMessage with the duplicate_frameset key.
public  voidtestGetMessageIdNameMismatch()
     test getMessage with the id_name_mismatch key.
public  voidtestGetMessageIllegalNesting()
     test getMessage with the illegal_nesting key.
public  voidtestGetMessageInconsistentNamespace()
     test getMessage with the inconsistent_namespace key.
public  voidtestGetMessageInconsistentVersion()
     test getMessage with the inconsistent_version key.
public  voidtestGetMessageInsertingTag()
     test getMessage with the inserting_tag key.
public  voidtestGetMessageMalformedComment()
     test getMessage with the malformed_comment key.
public  voidtestGetMessageMalformedDoctype()
     test getMessage with the malformed_doctype key.
public  voidtestGetMessageMissingAttrValue()
     test getMessage with the missing_attr_value key.
public  voidtestGetMessageMissingAttribute()
     test getMessage with the missing_attribute key.
public  voidtestGetMessageMissingDoctype()
     test getMessage with the missing_doctype key.
public  voidtestGetMessageMissingEndtagBefore()
     test getMessage with the missing_endtag_before key.
public  voidtestGetMessageMissingEndtagFor()
     test getMessage with the missing_endtag_for key.
public  voidtestGetMessageMissingImagemap()
     test getMessage with the missing_imagemap key.
public  voidtestGetMessageMissingStarttag()
     test getMessage with the missing_starttag key.
public  voidtestGetMessageMissingTitleElement()
     test getMessage with the missing_title_element key.
public  voidtestGetMessageNestedEmphasis()
     test getMessage with the nested_emphasis key.
public  voidtestGetMessageNoframesContent()
     test getMessage with the noframes_content key.
public  voidtestGetMessageNonMatchingEndtag()
     test getMessage with the non_matching_endtag key.
public  voidtestGetMessageNumWarning()
     test getMessage with the xml_attribute_value key.
public  voidtestGetMessageObsoleteElement()
     test getMessage with the obsolete_element key.
public  voidtestGetMessageProprietaryAttrValue()
     test getMessage with the proprietary_attr_value key.
public  voidtestGetMessageProprietaryAttribute()
     test getMessage with the proprietary_attribute key.
public  voidtestGetMessageProprietaryElement()
     test getMessage with the proprietary_element key.
public  voidtestGetMessageRepeatedAttribute()
     test getMessage with the repeated_attribute key.
public  voidtestGetMessageReplacingElement()
     test getMessage with the replacing_element key.
public  voidtestGetMessageReportVersion()
     test getMessage with the report_version key.
public  voidtestGetMessageSuspectedMissingQuote()
     test getMessage with the suspected_missing_quote key.
public  voidtestGetMessageTagNonAllowedIn()
     test getMessage with the tag_not_allowed_in key.
public  voidtestGetMessageTooManyElements()
     test getMessage with the too_many_elements key.
public  voidtestGetMessageTooManyElementsIn()
     test getMessage with the too_many_elements_in key.
public  voidtestGetMessageTrimEmptyElement()
     test getMessage with the trim_empty_element key.
public  voidtestGetMessageUnexpectedEndOfFile()
     test getMessage with the unexpected_end_of_file key.
public  voidtestGetMessageUnexpectedEndtag()
     test getMessage with the unexpected_endtag key.
public  voidtestGetMessageUnexpectedEndtagIn()
     test getMessage with the unexpected_endtag_in key.
public  voidtestGetMessageUnexpectedGt()
     test getMessage with the unexpected_gt key.
public  voidtestGetMessageUnexpectedQuotemark()
     test getMessage with the unexpected_quotemark key.
public  voidtestGetMessageUnknownAttribute()
     test getMessage with the unknown_attribute key.
public  voidtestGetMessageUnknownElement()
     test getMessage with the unknown_element key.
public  voidtestGetMessageUsingBrInPlaceOf()
     test getMessage with the using_br_inplace_of key.
public  voidtestGetMessageXmlAttributeValue()
     test getMessage with the xml_attribute_value key.


Constructor Detail
ReportTest
public ReportTest(String name)(Code)
instantiates a new test.
Parameters:
  name - test name




Method Detail
setUp
protected void setUp() throws Exception(Code)

See Also:   junit.framework.TestCase.setUp



testGetMessageBadAttributeValue
public void testGetMessageBadAttributeValue() throws Exception(Code)
test getMessage with the bad_attribute_value key.
throws:
  Exception - any Exception generated during test



testGetMessageBadCdataComment
public void testGetMessageBadCdataComment() throws Exception(Code)
test getMessage with the bad_cdata_content key.
throws:
  Exception - any Exception generated during test



testGetMessageBadCommentChars
public void testGetMessageBadCommentChars() throws Exception(Code)
test getMessage with the bad_comment_chars key.
throws:
  Exception - any Exception generated during test



testGetMessageBadXmlComment
public void testGetMessageBadXmlComment() throws Exception(Code)
test getMessage with the bad_xml_comment key.
throws:
  Exception - any Exception generated during test



testGetMessageCantBeNested
public void testGetMessageCantBeNested() throws Exception(Code)
test getMessage with the cant_be_nested key.
throws:
  Exception - any Exception generated during test



testGetMessageCoerceToEndtag
public void testGetMessageCoerceToEndtag() throws Exception(Code)
test getMessage with the coerce_to_endtag key.
throws:
  Exception - any Exception generated during test



testGetMessageContentAfterBody
public void testGetMessageContentAfterBody() throws Exception(Code)
test getMessage with the content_after_body key.
throws:
  Exception - any Exception generated during test



testGetMessageDiscardingUnexpected
public void testGetMessageDiscardingUnexpected() throws Exception(Code)
test getMessage with the discarding_unexpected key.
throws:
  Exception - any Exception generated during test



testGetMessageDoctypeAfterTags
public void testGetMessageDoctypeAfterTags() throws Exception(Code)
test getMessage with the doctype_after_tags key.
throws:
  Exception - any Exception generated during test



testGetMessageDoctypeGiven
public void testGetMessageDoctypeGiven() throws Exception(Code)
test getMessage with the doctype_given key.
throws:
  Exception - any Exception generated during test



testGetMessageDtypeNotUpperCase
public void testGetMessageDtypeNotUpperCase() throws Exception(Code)
test getMessage with the dtype_not_upper_case key.
throws:
  Exception - any Exception generated during test



testGetMessageDuplicateFrameset
public void testGetMessageDuplicateFrameset() throws Exception(Code)
test getMessage with the duplicate_frameset key.
throws:
  Exception - any Exception generated during test



testGetMessageIdNameMismatch
public void testGetMessageIdNameMismatch() throws Exception(Code)
test getMessage with the id_name_mismatch key.
throws:
  Exception - any Exception generated during test



testGetMessageIllegalNesting
public void testGetMessageIllegalNesting() throws Exception(Code)
test getMessage with the illegal_nesting key.
throws:
  Exception - any Exception generated during test



testGetMessageInconsistentNamespace
public void testGetMessageInconsistentNamespace() throws Exception(Code)
test getMessage with the inconsistent_namespace key.
throws:
  Exception - any Exception generated during test



testGetMessageInconsistentVersion
public void testGetMessageInconsistentVersion() throws Exception(Code)
test getMessage with the inconsistent_version key.
throws:
  Exception - any Exception generated during test



testGetMessageInsertingTag
public void testGetMessageInsertingTag() throws Exception(Code)
test getMessage with the inserting_tag key.
throws:
  Exception - any Exception generated during test



testGetMessageMalformedComment
public void testGetMessageMalformedComment() throws Exception(Code)
test getMessage with the malformed_comment key.
throws:
  Exception - any Exception generated during test



testGetMessageMalformedDoctype
public void testGetMessageMalformedDoctype() throws Exception(Code)
test getMessage with the malformed_doctype key.
throws:
  Exception - any Exception generated during test



testGetMessageMissingAttrValue
public void testGetMessageMissingAttrValue() throws Exception(Code)
test getMessage with the missing_attr_value key.
throws:
  Exception - any Exception generated during test



testGetMessageMissingAttribute
public void testGetMessageMissingAttribute() throws Exception(Code)
test getMessage with the missing_attribute key.
throws:
  Exception - any Exception generated during test



testGetMessageMissingDoctype
public void testGetMessageMissingDoctype() throws Exception(Code)
test getMessage with the missing_doctype key.
throws:
  Exception - any Exception generated during test



testGetMessageMissingEndtagBefore
public void testGetMessageMissingEndtagBefore() throws Exception(Code)
test getMessage with the missing_endtag_before key.
throws:
  Exception - any Exception generated during test



testGetMessageMissingEndtagFor
public void testGetMessageMissingEndtagFor() throws Exception(Code)
test getMessage with the missing_endtag_for key.
throws:
  Exception - any Exception generated during test



testGetMessageMissingImagemap
public void testGetMessageMissingImagemap() throws Exception(Code)
test getMessage with the missing_imagemap key.
throws:
  Exception - any Exception generated during test



testGetMessageMissingStarttag
public void testGetMessageMissingStarttag() throws Exception(Code)
test getMessage with the missing_starttag key.
throws:
  Exception - any Exception generated during test



testGetMessageMissingTitleElement
public void testGetMessageMissingTitleElement() throws Exception(Code)
test getMessage with the missing_title_element key.
throws:
  Exception - any Exception generated during test



testGetMessageNestedEmphasis
public void testGetMessageNestedEmphasis() throws Exception(Code)
test getMessage with the nested_emphasis key.
throws:
  Exception - any Exception generated during test



testGetMessageNoframesContent
public void testGetMessageNoframesContent() throws Exception(Code)
test getMessage with the noframes_content key.
throws:
  Exception - any Exception generated during test



testGetMessageNonMatchingEndtag
public void testGetMessageNonMatchingEndtag() throws Exception(Code)
test getMessage with the non_matching_endtag key.
throws:
  Exception - any Exception generated during test



testGetMessageNumWarning
public void testGetMessageNumWarning() throws Exception(Code)
test getMessage with the xml_attribute_value key.
throws:
  Exception - any Exception generated during test



testGetMessageObsoleteElement
public void testGetMessageObsoleteElement() throws Exception(Code)
test getMessage with the obsolete_element key.
throws:
  Exception - any Exception generated during test



testGetMessageProprietaryAttrValue
public void testGetMessageProprietaryAttrValue() throws Exception(Code)
test getMessage with the proprietary_attr_value key.
throws:
  Exception - any Exception generated during test



testGetMessageProprietaryAttribute
public void testGetMessageProprietaryAttribute() throws Exception(Code)
test getMessage with the proprietary_attribute key.
throws:
  Exception - any Exception generated during test



testGetMessageProprietaryElement
public void testGetMessageProprietaryElement() throws Exception(Code)
test getMessage with the proprietary_element key.
throws:
  Exception - any Exception generated during test



testGetMessageRepeatedAttribute
public void testGetMessageRepeatedAttribute() throws Exception(Code)
test getMessage with the repeated_attribute key.
throws:
  Exception - any Exception generated during test



testGetMessageReplacingElement
public void testGetMessageReplacingElement() throws Exception(Code)
test getMessage with the replacing_element key.
throws:
  Exception - any Exception generated during test



testGetMessageReportVersion
public void testGetMessageReportVersion() throws Exception(Code)
test getMessage with the report_version key.
throws:
  Exception - any Exception generated during test



testGetMessageSuspectedMissingQuote
public void testGetMessageSuspectedMissingQuote() throws Exception(Code)
test getMessage with the suspected_missing_quote key.
throws:
  Exception - any Exception generated during test



testGetMessageTagNonAllowedIn
public void testGetMessageTagNonAllowedIn() throws Exception(Code)
test getMessage with the tag_not_allowed_in key.
throws:
  Exception - any Exception generated during test



testGetMessageTooManyElements
public void testGetMessageTooManyElements() throws Exception(Code)
test getMessage with the too_many_elements key.
throws:
  Exception - any Exception generated during test



testGetMessageTooManyElementsIn
public void testGetMessageTooManyElementsIn() throws Exception(Code)
test getMessage with the too_many_elements_in key.
throws:
  Exception - any Exception generated during test



testGetMessageTrimEmptyElement
public void testGetMessageTrimEmptyElement() throws Exception(Code)
test getMessage with the trim_empty_element key.
throws:
  Exception - any Exception generated during test



testGetMessageUnexpectedEndOfFile
public void testGetMessageUnexpectedEndOfFile() throws Exception(Code)
test getMessage with the unexpected_end_of_file key.
throws:
  Exception - any Exception generated during test



testGetMessageUnexpectedEndtag
public void testGetMessageUnexpectedEndtag() throws Exception(Code)
test getMessage with the unexpected_endtag key.
throws:
  Exception - any Exception generated during test



testGetMessageUnexpectedEndtagIn
public void testGetMessageUnexpectedEndtagIn() throws Exception(Code)
test getMessage with the unexpected_endtag_in key.
throws:
  Exception - any Exception generated during test



testGetMessageUnexpectedGt
public void testGetMessageUnexpectedGt() throws Exception(Code)
test getMessage with the unexpected_gt key.
throws:
  Exception - any Exception generated during test



testGetMessageUnexpectedQuotemark
public void testGetMessageUnexpectedQuotemark() throws Exception(Code)
test getMessage with the unexpected_quotemark key.
throws:
  Exception - any Exception generated during test



testGetMessageUnknownAttribute
public void testGetMessageUnknownAttribute() throws Exception(Code)
test getMessage with the unknown_attribute key.
throws:
  Exception - any Exception generated during test



testGetMessageUnknownElement
public void testGetMessageUnknownElement() throws Exception(Code)
test getMessage with the unknown_element key.
throws:
  Exception - any Exception generated during test



testGetMessageUsingBrInPlaceOf
public void testGetMessageUsingBrInPlaceOf() throws Exception(Code)
test getMessage with the using_br_inplace_of key.
throws:
  Exception - any Exception generated during test



testGetMessageXmlAttributeValue
public void testGetMessageXmlAttributeValue() throws Exception(Code)
test getMessage with the xml_attribute_value key.
throws:
  Exception - any Exception generated during test



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