Java Doc for TestXMLTagTexts.java in  » Portal » Open-Portal » com » sun » portal » rewriter » engines » xml » test » 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 » Portal » Open Portal » com.sun.portal.rewriter.engines.xml.test 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


com.sun.portal.rewriter.test.util.BasicXMLTestCase
   com.sun.portal.rewriter.engines.xml.test.TestXMLTagTexts

TestXMLTagTexts
public class TestXMLTagTexts extends BasicXMLTestCase (Code)



Constructor Summary
public  TestXMLTagTexts(String aName)
    

Method Summary
public static  voidmain(String[] args)
    
public  voidtesXMLProvider()
    
public  voidtesXMLProviderVarient()
    
public  voidtestBug4892729()
    
public  voidtestBug4892729EmptyAndAttTag()
    
public  voidtestBug4892729EmptyAndAttTagVarient()
    
public  voidtestBug4892729EmptyAndAttTagVarientNegative()
    
public  voidtestBug4892729EmptyTag()
    
public  voidtestBug4892729EmptyTagNegative()
    
public  voidtestBug4892729Negative()
    
public  voidtestBug4892729Varient()
    
public  voidtestBugNo4780974TranslatingXSL()
    
public  voidtestBugNo4837830DuplicateOfNo4837830()
    
public  voidtestCDATASection()
    
public  voidtestCDATASectionVarient()
    
public  voidtestCDATASectionVarient1()
    
public  voidtestCDATASectionVarient2()
    
public  voidtestCaseSensitivityInTagTextRule()
    
public  voidtestCaseSensitivityInTagTextRuleNegative()
    
public  voidtestIESPANAndDivProblem()
    
public  voidtestInLineDTDVarient1_ignore()
    
public  voidtestInLineDTDVarient2_ignore()
    
public  voidtestInLineDTDVarient3()
    
public  voidtestInLineDTDVarient4()
    
public  voidtestInLineDTDVarient_ignore()
    
public  voidtestInLineDTD_ignore()
    
public  voidtestMultiPCData()
    
public  voidtestMultiTagsInTagTextRule()
    
public  voidtestNameSpaceTagText()
    
public  voidtestOWANameSpacePage()
    
public  voidtestOWAPage()
    
public  voidtestOWARegExp()
    
public  voidtestOWARegExp1()
    
public  voidtestOWARegExp2()
    
public  voidtestOWARegExp3()
    
public  voidtestOWARegExp3NegativeSourceRule()
    
public  voidtestOWARegExp3PositiveSourceRule()
    
public  voidtestOWARegExp4()
    
public  voidtestOWARegExp5()
    
public  voidtestOWARegExp6()
    
public  voidtestOWARegExp7()
    
public  voidtestOWARegExp8()
    
public  voidtestOWARegExp9()
    
public  voidtestPCDataNull()
    
public  voidtestQuetoesProblem()
    
public  voidtestSimpleNameSpaceTagText()
    
public  voidtestSimpleTagTexts()
    
public  voidtestSimpleTagTextsInvalidXML()
    
public  voidtestTagTexts()
    
public  voidtestTagTexts2AttributesFail()
    
public  voidtestTagTexts2AttributesPass()
    
public  voidtestUrlInCDATA()
    
public  voidtestWRONInputContextMenu()
    


Constructor Detail
TestXMLTagTexts
public TestXMLTagTexts(String aName)(Code)




Method Detail
main
public static void main(String[] args) throws Exception(Code)



tesXMLProvider
public void tesXMLProvider() throws Exception(Code)



tesXMLProviderVarient
public void tesXMLProviderVarient() throws Exception(Code)



testBug4892729
public void testBug4892729() throws Exception(Code)



testBug4892729EmptyAndAttTag
public void testBug4892729EmptyAndAttTag() throws Exception(Code)



testBug4892729EmptyAndAttTagVarient
public void testBug4892729EmptyAndAttTagVarient() throws Exception(Code)



testBug4892729EmptyAndAttTagVarientNegative
public void testBug4892729EmptyAndAttTagVarientNegative() throws Exception(Code)



testBug4892729EmptyTag
public void testBug4892729EmptyTag() throws Exception(Code)



testBug4892729EmptyTagNegative
public void testBug4892729EmptyTagNegative() throws Exception(Code)



testBug4892729Negative
public void testBug4892729Negative() throws Exception(Code)



testBug4892729Varient
public void testBug4892729Varient() throws Exception(Code)



testBugNo4780974TranslatingXSL
public void testBugNo4780974TranslatingXSL() throws Exception(Code)



testBugNo4837830DuplicateOfNo4837830
public void testBugNo4837830DuplicateOfNo4837830() throws Exception(Code)



testCDATASection
public void testCDATASection() throws Exception(Code)



testCDATASectionVarient
public void testCDATASectionVarient() throws Exception(Code)



testCDATASectionVarient1
public void testCDATASectionVarient1() throws Exception(Code)



testCDATASectionVarient2
public void testCDATASectionVarient2() throws Exception(Code)



testCaseSensitivityInTagTextRule
public void testCaseSensitivityInTagTextRule() throws Exception(Code)



testCaseSensitivityInTagTextRuleNegative
public void testCaseSensitivityInTagTextRuleNegative() throws Exception(Code)



testIESPANAndDivProblem
public void testIESPANAndDivProblem() throws Exception(Code)



testInLineDTDVarient1_ignore
public void testInLineDTDVarient1_ignore() throws Exception(Code)



testInLineDTDVarient2_ignore
public void testInLineDTDVarient2_ignore() throws Exception(Code)



testInLineDTDVarient3
public void testInLineDTDVarient3() throws Exception(Code)



testInLineDTDVarient4
public void testInLineDTDVarient4() throws Exception(Code)



testInLineDTDVarient_ignore
public void testInLineDTDVarient_ignore() throws Exception(Code)



testInLineDTD_ignore
public void testInLineDTD_ignore() throws Exception(Code)



testMultiPCData
public void testMultiPCData() throws Exception(Code)



testMultiTagsInTagTextRule
public void testMultiTagsInTagTextRule() throws Exception(Code)



testNameSpaceTagText
public void testNameSpaceTagText() throws Exception(Code)



testOWANameSpacePage
public void testOWANameSpacePage() throws Exception(Code)



testOWAPage
public void testOWAPage() throws Exception(Code)



testOWARegExp
public void testOWARegExp() throws Exception(Code)



testOWARegExp1
public void testOWARegExp1() throws Exception(Code)



testOWARegExp2
public void testOWARegExp2() throws Exception(Code)



testOWARegExp3
public void testOWARegExp3() throws Exception(Code)



testOWARegExp3NegativeSourceRule
public void testOWARegExp3NegativeSourceRule() throws Exception(Code)



testOWARegExp3PositiveSourceRule
public void testOWARegExp3PositiveSourceRule() throws Exception(Code)



testOWARegExp4
public void testOWARegExp4() throws Exception(Code)



testOWARegExp5
public void testOWARegExp5() throws Exception(Code)



testOWARegExp6
public void testOWARegExp6() throws Exception(Code)



testOWARegExp7
public void testOWARegExp7() throws Exception(Code)



testOWARegExp8
public void testOWARegExp8() throws Exception(Code)



testOWARegExp9
public void testOWARegExp9() throws Exception(Code)



testPCDataNull
public void testPCDataNull() throws Exception(Code)



testQuetoesProblem
public void testQuetoesProblem() throws Exception(Code)



testSimpleNameSpaceTagText
public void testSimpleNameSpaceTagText() throws Exception(Code)



testSimpleTagTexts
public void testSimpleTagTexts() throws Exception(Code)



testSimpleTagTextsInvalidXML
public void testSimpleTagTextsInvalidXML() throws Exception(Code)



testTagTexts
public void testTagTexts() throws Exception(Code)



testTagTexts2AttributesFail
public void testTagTexts2AttributesFail() throws Exception(Code)



testTagTexts2AttributesPass
public void testTagTexts2AttributesPass() throws Exception(Code)



testUrlInCDATA
public void testUrlInCDATA() throws Exception(Code)



testWRONInputContextMenu
public void testWRONInputContextMenu() throws Exception(Code)



Methods inherited from com.sun.portal.rewriter.test.util.BasicXMLTestCase
final protected Translator getDefaultTranslator() throws Exception(Code)(Java Doc)
final protected Translator getDefaultXMLTranslator() throws Exception(Code)(Java Doc)
final public static void run(Class aClass)(Code)(Java Doc)
final public static void run(Test aSuite)(Code)(Java Doc)
protected void setUp() throws Exception(Code)(Java Doc)
final protected String storeRandomRuleSet(String aRuleSetIDSeed) throws InvalidXMLException(Code)(Java Doc)

w_w__w___._ja__v__a2_s_.___c_om_ | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.