Java Doc for TidyWarningBugsTest.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.TidyTestCase
   org.w3c.tidy.TidyWarningBugsTest

TidyWarningBugsTest
public class TidyWarningBugsTest extends TidyTestCase (Code)
Testcase for Tidy resolved bugs (Tidy warning and errors).

see http://sourceforge.net/support/tracker.php?aid=(item number)


author:
   fgiust
version:
   $Revision: 1.16 $ ($Author: fgiust $)



Constructor Summary
public  TidyWarningBugsTest(String name)
     Instantiate a new Test case.

Method Summary
public  voidtest427810()
     test for Tidy [427810] : Proprietary elements not reported as err.
public  voidtest427827()
     test for Tidy [427827] : Nested anchor elements allowed.
public  voidtest427834()
     test for Tidy [427834] : Warning given for newline in DOCTYPE.
public  voidtest427844()
     test for Tidy [427844] : End tags containing whitespace warning.
public  voidtest431719()
     test for Tidy [431719] : Spec want "HTML 3.2 Final", but everyone in the world, including Tidy, uses "HTML 3.2".
public  voidtest431874()
     test for Tidy [431874] : Nested anchors not detected.
public  voidtest431883()
     test for Tidy [431883] : Given doctype reported incorrectly.
public  voidtest431956()
     test for Tidy [431956] : Well formed XSL xsl:text gives error.
public  voidtest431964()
     test for Tidy [431964] : table height="" not flagged as error.
public  voidtest433021()
     test for Tidy [433021] : Identify attribute whose value is bad.
public  voidtest433607()
     test for Tidy [433607] : No warning for omitted end tag with -xml.
public  voidtest433670()
     test for Tidy [433670] : &apos not recognized as valid XML entity.
public  voidtest434047()
     test for Tidy [434047] : Mixed content in 4.01 Strict not allowed.
public  voidtest434100()
     test for Tidy [434100] : Error actually reported as a warning (-xml).
public  voidtest435917()
     test for Tidy [435917] : <input onfocus=""> reported unknown attr.
public  voidtest435917b()
     test for Tidy [435917] : missing "=" in attribute confuses tidy.
public  voidtest435922()
     test for Tidy [435922] : Missing <form> around <input> no warning.
public  voidtest438956()
     test for Tidy [438956] : Bad head-endtag reported incorrectly.
public  voidtest446019()
     test for Tidy [446019] : <img name="foo"> allowed in XTHML-Strict.
public  voidtest450389()
     test for Tidy [450389] : Color attval check allows only black/#.
public  voidtest501230()
     test for Tidy [501230] : "0" (Zero) has to be lower case.
public  voidtest501669()
     test for Tidy [501669] : width="n*" marked invalid on <COL>.
public  voidtest516370()
     test for Tidy [516370] : Invalid ID value.
public  voidtest517528()
     test for Tidy [517528] : Parser complains about xml:lang.
public  voidtest525081()
     test for Tidy [525081] : frameset rows attr.
public  voidtest538536()
     test for Tidy [538536] : Extra endtags not detected.
public  voidtest545067()
     test for Tidy [545067] : Implicit closing of head broken.
public  voidtest552861()
     test for Tidy [552861] : <td with=""> not recognized.
public  voidtest553414()
     test for Tidy [553414] : XHTML strict accept '_target' attribute.
public  voidtest553468()
     test for Tidy [553468] : Doesn't warn about <u> in XHTML strict.
public  voidtest559774()
     test for Tidy [559774] : tidy version rejects all id values.
public  voidtest706260()
     test for Tidy [706260] : size not accepted for input.


Constructor Detail
TidyWarningBugsTest
public TidyWarningBugsTest(String name)(Code)
Instantiate a new Test case.
Parameters:
  name - test name




Method Detail
test427810
public void test427810() throws Exception(Code)
test for Tidy [427810] : Proprietary elements not reported as err.
throws:
  Exception - any exception generated during the test



test427827
public void test427827() throws Exception(Code)
test for Tidy [427827] : Nested anchor elements allowed.
throws:
  Exception - any exception generated during the test



test427834
public void test427834() throws Exception(Code)
test for Tidy [427834] : Warning given for newline in DOCTYPE.
throws:
  Exception - any exception generated during the test



test427844
public void test427844() throws Exception(Code)
test for Tidy [427844] : End tags containing whitespace warning.
throws:
  Exception - any exception generated during the test



test431719
public void test431719() throws Exception(Code)
test for Tidy [431719] : Spec want "HTML 3.2 Final", but everyone in the world, including Tidy, uses "HTML 3.2". So the software has to recognize both FPI's as equivalent.
throws:
  Exception - any exception generated during the test



test431874
public void test431874() throws Exception(Code)
test for Tidy [431874] : Nested anchors not detected.
throws:
  Exception - any exception generated during the test



test431883
public void test431883() throws Exception(Code)
test for Tidy [431883] : Given doctype reported incorrectly.
throws:
  Exception - any exception generated during the test



test431956
public void test431956() throws Exception(Code)
test for Tidy [431956] : Well formed XSL xsl:text gives error.
throws:
  Exception - any exception generated during the test



test431964
public void test431964() throws Exception(Code)
test for Tidy [431964] : table height="" not flagged as error.
throws:
  Exception - any exception generated during the test



test433021
public void test433021() throws Exception(Code)
test for Tidy [433021] : Identify attribute whose value is bad.
throws:
  Exception - any exception generated during the test



test433607
public void test433607() throws Exception(Code)
test for Tidy [433607] : No warning for omitted end tag with -xml.
throws:
  Exception - any exception generated during the test



test433670
public void test433670() throws Exception(Code)
test for Tidy [433670] : &apos not recognized as valid XML entity.
throws:
  Exception - any exception generated during the test



test434047
public void test434047() throws Exception(Code)
test for Tidy [434047] : Mixed content in 4.01 Strict not allowed.
throws:
  Exception - any exception generated during the test



test434100
public void test434100() throws Exception(Code)
test for Tidy [434100] : Error actually reported as a warning (-xml).
throws:
  Exception - any exception generated during the test



test435917
public void test435917() throws Exception(Code)
test for Tidy [435917] : <input onfocus=""> reported unknown attr.
throws:
  Exception - any exception generated during the test



test435917b
public void test435917b() throws Exception(Code)
test for Tidy [435917] : missing "=" in attribute confuses tidy.
throws:
  Exception - any exception generated during the test



test435922
public void test435922() throws Exception(Code)
test for Tidy [435922] : Missing <form> around <input> no warning.
throws:
  Exception - any exception generated during the test



test438956
public void test438956() throws Exception(Code)
test for Tidy [438956] : Bad head-endtag reported incorrectly.
throws:
  Exception - any exception generated during the test



test446019
public void test446019() throws Exception(Code)
test for Tidy [446019] : <img name="foo"> allowed in XTHML-Strict.
throws:
  Exception - any exception generated during the test



test450389
public void test450389() throws Exception(Code)
test for Tidy [450389] : Color attval check allows only black/#.
throws:
  Exception - any exception generated during the test



test501230
public void test501230() throws Exception(Code)
test for Tidy [501230] : "0" (Zero) has to be lower case.
throws:
  Exception - any exception generated during the test



test501669
public void test501669() throws Exception(Code)
test for Tidy [501669] : width="n*" marked invalid on <COL>.
throws:
  Exception - any exception generated during the test



test516370
public void test516370() throws Exception(Code)
test for Tidy [516370] : Invalid ID value.
throws:
  Exception - any exception generated during the test



test517528
public void test517528() throws Exception(Code)
test for Tidy [517528] : Parser complains about xml:lang.
throws:
  Exception - any exception generated during the test



test525081
public void test525081() throws Exception(Code)
test for Tidy [525081] : frameset rows attr. not recognized.
throws:
  Exception - any exception generated during the test



test538536
public void test538536() throws Exception(Code)
test for Tidy [538536] : Extra endtags not detected.
throws:
  Exception - any exception generated during the test



test545067
public void test545067() throws Exception(Code)
test for Tidy [545067] : Implicit closing of head broken.
throws:
  Exception - any exception generated during the test



test552861
public void test552861() throws Exception(Code)
test for Tidy [552861] : <td with=""> not recognized.
throws:
  Exception - any exception generated during the test



test553414
public void test553414() throws Exception(Code)
test for Tidy [553414] : XHTML strict accept '_target' attribute.
throws:
  Exception - any exception generated during the test



test553468
public void test553468() throws Exception(Code)
test for Tidy [553468] : Doesn't warn about <u> in XHTML strict.
throws:
  Exception - any exception generated during the test



test559774
public void test559774() throws Exception(Code)
test for Tidy [559774] : tidy version rejects all id values.
throws:
  Exception - any exception generated during the test



test706260
public void test706260() throws Exception(Code)
test for Tidy [706260] : size not accepted for input.
throws:
  Exception - any exception generated during the test



Fields inherited from org.w3c.tidy.TidyTestCase
protected StringWriter errorLog(Code)(Java Doc)
protected Log log(Code)(Java Doc)
protected TestMessageListener messageListener(Code)(Java Doc)
protected Tidy tidy(Code)(Java Doc)
protected String tidyOut(Code)(Java Doc)

Methods inherited from org.w3c.tidy.TidyTestCase
protected void assertEquals(String tidyOutput, URL correctFile) throws FileNotFoundException, IOException(Code)(Java Doc)
protected void assertErrors(int expectedNumber)(Code)(Java Doc)
protected void assertLogContains(String expectedString)(Code)(Java Doc)
protected void assertLogDoesntContains(String expectedString)(Code)(Java Doc)
protected void assertNoErrors()(Code)(Java Doc)
protected void assertNoWarnings()(Code)(Java Doc)
protected void assertWarnings(int expectedNumber)(Code)(Java Doc)
protected String cleanUpFilePath(String fileName)(Code)(Java Doc)
protected void compareMsgXml(URL messagesFile) throws Exception(Code)(Java Doc)
protected void executeTidyTest(String fileName) throws Exception(Code)(Java Doc)
protected Document parseDomTest(String fileName) throws Exception(Code)(Java Doc)
protected void setUp() throws Exception(Code)(Java Doc)
protected void tearDown() 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.