Java Doc for VerifierTest.java in  » XML » xom » nu » xom » tests » 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 » XML » xom » nu.xom.tests 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


nu.xom.tests.XOMTestCase
   nu.xom.tests.VerifierTest

VerifierTest
public class VerifierTest extends XOMTestCase (Code)

Tests to make sure name and character rules are enforced. The rules are tested by comparison with the rules in the org.apache.xerces.util.XMLChar class. This is an undocumented class so this is potentially dangerous in the long run. it also means the tests depend on Xerces 2 specifically. However, this dependence does not extend into the core API.


author:
   Elliotte Rusty Harold
version:
   1.1d7



Constructor Summary
public  VerifierTest(String name)
    

Method Summary
public  voidtestAllASCIIDigitsAllowedInHostNames()
    
public  voidtestAllASCIIDigitsAllowedInQueryStrings()
    
public  voidtestAllASCIIDigitsAllowedInUserInfo()
    
public  voidtestAllASCIILettersAllowedInHostNames()
    
public  voidtestAllASCIILettersAllowedInQueryStrings()
    
public  voidtestAllASCIILettersAllowedInSchemeNames()
    
public  voidtestAllASCIILettersAllowedInUserInfo()
    
public  voidtestAllASCIILettersAllowedToBeginSchemeNames()
    
public  voidtestAllSubDelimsAllowedInHost()
    
public  voidtestAllSubDelimsAllowedInPath()
    
public  voidtestAllSubDelimsAllowedInQueryString()
    
public  voidtestAllSubDelimsAllowedInUserInfo()
    
public  voidtestAllUnreservedPunctuationMarksAllowedInHost()
    
public  voidtestAllUnreservedPunctuationMarksAllowedInQueryString()
    
public  voidtestAllUnreservedPunctuationMarksAllowedInUserInfo()
    
public  voidtestAtSignAllowedInQueryString()
    
public  voidtestAttributeNameThatBeginsWithAColon()
    
public  voidtestAttributeNameThatEndsWithAColon()
    
public  voidtestBadHexEscapeInHost()
    
public  voidtestBadHexEscapeInQueryString()
    
public  voidtestBadHexEscapeInUserInfo()
    
public  voidtestC0Controls()
    
public  voidtestC0ControlsNotAllowedInPath()
    
public  voidtestC0ControlsNotAllowedInQueryString()
    
public  voidtestC0ControlsNotAllowedInUserInfo()
    
public  voidtestColonAllowedInQueryString()
    
public  voidtestDelimCharactersNotAllowedInUserInfo()
    
public  voidtestDelimsNotAllowedInHost()
    
public  voidtestDelimsNotAllowedInQueryStrings()
    
public  voidtestElementNameThatBeginsWithAColon()
    
public  voidtestElementNameThatEndsWithAColon()
    
public  voidtestElementNames()
    
public  voidtestEmptyHostAllowed()
    
public  voidtestFragmentIDContainsFirstColon()
    
public  voidtestFragmentIDContainsQuestionMark()
    
public  voidtestHexEscapeInHost()
    
public  voidtestHexEscapeInUserInfo()
    
public  voidtestHostNameTooLong()
    
public  voidtestIllegalIP6Addresses()
    
public  voidtestIllegalIRIs()
    
public  voidtestLegalIP6Addresses()
    
public  voidtestLegalIRIs()
    
public  voidtestMalformedURI()
    
public  voidtestNonASCIICharactersNotAllowedInHostNames()
    
public  voidtestNonASCIICharactersNotAllowedInQueryStrings()
    
public  voidtestNonASCIICharactersNotAllowedInUserInfo()
    
public  voidtestNonASCIILettersNotAllowedToBeginSchemeNames()
    
public  voidtestQuestionMarkAllowedInQueryString()
    
public  voidtestQuestionmarkIsNotAHexDigit()
    
public  voidtestSlashAllowedInQueryString()
    
public  voidtestSymbolsNotAllowedInSchemeNames()
    
public  voidtestUnwiseCharactersNotAllowedInHost()
    
public  voidtestUnwiseCharactersNotAllowedInPath()
    
public  voidtestUnwiseCharactersNotAllowedInQueryStrings()
    
public  voidtestUnwiseCharactersNotAllowedInUserInfo()
    


Constructor Detail
VerifierTest
public VerifierTest(String name)(Code)




Method Detail
testAllASCIIDigitsAllowedInHostNames
public void testAllASCIIDigitsAllowedInHostNames()(Code)



testAllASCIIDigitsAllowedInQueryStrings
public void testAllASCIIDigitsAllowedInQueryStrings()(Code)



testAllASCIIDigitsAllowedInUserInfo
public void testAllASCIIDigitsAllowedInUserInfo()(Code)



testAllASCIILettersAllowedInHostNames
public void testAllASCIILettersAllowedInHostNames()(Code)



testAllASCIILettersAllowedInQueryStrings
public void testAllASCIILettersAllowedInQueryStrings()(Code)



testAllASCIILettersAllowedInSchemeNames
public void testAllASCIILettersAllowedInSchemeNames()(Code)



testAllASCIILettersAllowedInUserInfo
public void testAllASCIILettersAllowedInUserInfo()(Code)



testAllASCIILettersAllowedToBeginSchemeNames
public void testAllASCIILettersAllowedToBeginSchemeNames()(Code)



testAllSubDelimsAllowedInHost
public void testAllSubDelimsAllowedInHost()(Code)



testAllSubDelimsAllowedInPath
public void testAllSubDelimsAllowedInPath()(Code)



testAllSubDelimsAllowedInQueryString
public void testAllSubDelimsAllowedInQueryString()(Code)



testAllSubDelimsAllowedInUserInfo
public void testAllSubDelimsAllowedInUserInfo()(Code)



testAllUnreservedPunctuationMarksAllowedInHost
public void testAllUnreservedPunctuationMarksAllowedInHost()(Code)



testAllUnreservedPunctuationMarksAllowedInQueryString
public void testAllUnreservedPunctuationMarksAllowedInQueryString()(Code)



testAllUnreservedPunctuationMarksAllowedInUserInfo
public void testAllUnreservedPunctuationMarksAllowedInUserInfo()(Code)



testAtSignAllowedInQueryString
public void testAtSignAllowedInQueryString()(Code)



testAttributeNameThatBeginsWithAColon
public void testAttributeNameThatBeginsWithAColon()(Code)



testAttributeNameThatEndsWithAColon
public void testAttributeNameThatEndsWithAColon()(Code)



testBadHexEscapeInHost
public void testBadHexEscapeInHost()(Code)



testBadHexEscapeInQueryString
public void testBadHexEscapeInQueryString()(Code)



testBadHexEscapeInUserInfo
public void testBadHexEscapeInUserInfo()(Code)



testC0Controls
public void testC0Controls()(Code)



testC0ControlsNotAllowedInPath
public void testC0ControlsNotAllowedInPath()(Code)



testC0ControlsNotAllowedInQueryString
public void testC0ControlsNotAllowedInQueryString()(Code)



testC0ControlsNotAllowedInUserInfo
public void testC0ControlsNotAllowedInUserInfo()(Code)



testColonAllowedInQueryString
public void testColonAllowedInQueryString()(Code)



testDelimCharactersNotAllowedInUserInfo
public void testDelimCharactersNotAllowedInUserInfo()(Code)



testDelimsNotAllowedInHost
public void testDelimsNotAllowedInHost()(Code)



testDelimsNotAllowedInQueryStrings
public void testDelimsNotAllowedInQueryStrings()(Code)



testElementNameThatBeginsWithAColon
public void testElementNameThatBeginsWithAColon()(Code)



testElementNameThatEndsWithAColon
public void testElementNameThatEndsWithAColon()(Code)



testElementNames
public void testElementNames()(Code)



testEmptyHostAllowed
public void testEmptyHostAllowed()(Code)



testFragmentIDContainsFirstColon
public void testFragmentIDContainsFirstColon()(Code)



testFragmentIDContainsQuestionMark
public void testFragmentIDContainsQuestionMark()(Code)



testHexEscapeInHost
public void testHexEscapeInHost()(Code)



testHexEscapeInUserInfo
public void testHexEscapeInUserInfo()(Code)



testHostNameTooLong
public void testHostNameTooLong()(Code)



testIllegalIP6Addresses
public void testIllegalIP6Addresses()(Code)



testIllegalIRIs
public void testIllegalIRIs()(Code)



testLegalIP6Addresses
public void testLegalIP6Addresses()(Code)



testLegalIRIs
public void testLegalIRIs()(Code)



testMalformedURI
public void testMalformedURI()(Code)



testNonASCIICharactersNotAllowedInHostNames
public void testNonASCIICharactersNotAllowedInHostNames()(Code)



testNonASCIICharactersNotAllowedInQueryStrings
public void testNonASCIICharactersNotAllowedInQueryStrings()(Code)



testNonASCIICharactersNotAllowedInUserInfo
public void testNonASCIICharactersNotAllowedInUserInfo()(Code)



testNonASCIILettersNotAllowedToBeginSchemeNames
public void testNonASCIILettersNotAllowedToBeginSchemeNames()(Code)



testQuestionMarkAllowedInQueryString
public void testQuestionMarkAllowedInQueryString()(Code)



testQuestionmarkIsNotAHexDigit
public void testQuestionmarkIsNotAHexDigit()(Code)



testSlashAllowedInQueryString
public void testSlashAllowedInQueryString()(Code)



testSymbolsNotAllowedInSchemeNames
public void testSymbolsNotAllowedInSchemeNames()(Code)



testUnwiseCharactersNotAllowedInHost
public void testUnwiseCharactersNotAllowedInHost()(Code)



testUnwiseCharactersNotAllowedInPath
public void testUnwiseCharactersNotAllowedInPath()(Code)



testUnwiseCharactersNotAllowedInQueryStrings
public void testUnwiseCharactersNotAllowedInQueryStrings()(Code)



testUnwiseCharactersNotAllowedInUserInfo
public void testUnwiseCharactersNotAllowedInUserInfo()(Code)



Methods inherited from nu.xom.tests.XOMTestCase
public static void assertEquals(Text expected, Text actual)(Code)(Java Doc)
public static void assertEquals(String message, Text expected, Text actual)(Code)(Java Doc)
public static void assertEquals(Attribute expected, Attribute actual)(Code)(Java Doc)
public static void assertEquals(String message, Attribute expected, Attribute actual)(Code)(Java Doc)
public static void assertEquals(DocType expected, DocType actual)(Code)(Java Doc)
public static void assertEquals(String message, DocType expected, DocType actual)(Code)(Java Doc)
public static void assertEquals(Element expected, Element actual)(Code)(Java Doc)
public static void assertEquals(String message, Element expected, Element actual)(Code)(Java Doc)
public static void assertEquals(Document expected, Document actual)(Code)(Java Doc)
public static void assertEquals(String message, Document expected, Document actual)(Code)(Java Doc)
public static void assertEquals(Comment expected, Comment actual)(Code)(Java Doc)
public static void assertEquals(String message, Comment expected, Comment actual)(Code)(Java Doc)
public static void assertEquals(ProcessingInstruction expected, ProcessingInstruction actual)(Code)(Java Doc)
public static void assertEquals(String message, ProcessingInstruction expected, ProcessingInstruction actual)(Code)(Java Doc)
public static void assertEquals(String message, Namespace expected, Namespace actual)(Code)(Java Doc)
public static void assertEquals(Node expected, Node actual)(Code)(Java Doc)
public static void assertEquals(String message, Node expected, Node actual)(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.