Java Doc for FactoryTest.java in  » IDE-Netbeans » xml » org » netbeans » tax » 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 » IDE Netbeans » xml » org.netbeans.tax 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.netbeans.tax.AbstractFactoryTest
   org.netbeans.tax.FactoryTest

FactoryTest
public class FactoryTest extends AbstractFactoryTest (Code)

author:
   ms113234



Constructor Summary
public  FactoryTest(String testName)
    

Method Summary
public static  voidmain(String args)
     Performs this testsuite.
public  voidtestAttlistDecl()
    
public  voidtestAttribute()
    
public  voidtestCDATASection()
    
public  voidtestCharacterReference()
    
public  voidtestComment()
    
public  voidtestConditionalSection()
    
public  voidtestDTD()
    
public  voidtestDocument()
    
public  voidtestDocumentFragment()
    
public  voidtestDocumentType()
    
public  voidtestElement()
    
public  voidtestElementDecl()
    
public  voidtestEntityDecl()
    
public  voidtestGeneralEntityReference()
    
public  voidtestNotationDecl()
    
public  voidtestParameterEntityReference()
    
public  voidtestProcessingInstruction()
    
public  voidtestText()
    


Constructor Detail
FactoryTest
public FactoryTest(String testName)(Code)
Creates new CoreSettingsTest




Method Detail
main
public static void main(String args)(Code)
Performs this testsuite.
Parameters:
  args - the command line arguments



testAttlistDecl
public void testAttlistDecl() throws Exception(Code)



testAttribute
public void testAttribute() throws Exception(Code)



testCDATASection
public void testCDATASection() throws Exception(Code)



testCharacterReference
public void testCharacterReference() throws Exception(Code)



testComment
public void testComment() throws Exception(Code)



testConditionalSection
public void testConditionalSection() throws Exception(Code)



testDTD
public void testDTD() throws Exception(Code)



testDocument
public void testDocument() throws Exception(Code)



testDocumentFragment
public void testDocumentFragment() throws Exception(Code)



testDocumentType
public void testDocumentType() throws Exception(Code)



testElement
public void testElement() throws Exception(Code)



testElementDecl
public void testElementDecl() throws Exception(Code)



testEntityDecl
public void testEntityDecl() throws Exception(Code)



testGeneralEntityReference
public void testGeneralEntityReference() throws Exception(Code)



testNotationDecl
public void testNotationDecl() throws Exception(Code)



testParameterEntityReference
public void testParameterEntityReference() throws Exception(Code)



testProcessingInstruction
public void testProcessingInstruction() throws Exception(Code)



testText
public void testText() throws Exception(Code)



Methods inherited from org.netbeans.tax.AbstractFactoryTest
static TreeAttlistDecl createAttlistDecl(java.lang.String string, String view) throws Exception(Code)(Java Doc)
static void createAttlistDeclInvalid(java.lang.String string) throws Exception(Code)(Java Doc)
static TreeAttribute createAttribute(java.lang.String string, java.lang.String string1, boolean boolean_val, String view) throws Exception(Code)(Java Doc)
static TreeAttribute createAttribute(java.lang.String string, java.lang.String string1, String view) throws Exception(Code)(Java Doc)
static void createAttributeInvalid(java.lang.String string, java.lang.String string1, boolean boolean_val) throws Exception(Code)(Java Doc)
static void createAttributeInvalid(java.lang.String string, java.lang.String string1) throws Exception(Code)(Java Doc)
static TreeCDATASection createCDATASection(java.lang.String string, String view) throws Exception(Code)(Java Doc)
static void createCDATASectionInvalid(java.lang.String string) throws Exception(Code)(Java Doc)
static TreeCharacterReference createCharacterReference(java.lang.String string, String view) throws Exception(Code)(Java Doc)
static void createCharacterReferenceInvalid(java.lang.String string) throws Exception(Code)(Java Doc)
static TreeComment createComment(java.lang.String string, String view) throws Exception(Code)(Java Doc)
static void createCommentInvalid(java.lang.String string) throws Exception(Code)(Java Doc)
static TreeConditionalSection createConditionalSection(boolean boolean_val, String view) throws Exception(Code)(Java Doc)
static TreeDTD createDTD(java.lang.String string, java.lang.String string1, String view) throws Exception(Code)(Java Doc)
static void createDTDInvalid(java.lang.String string, java.lang.String string1) throws Exception(Code)(Java Doc)
static TreeDocument createDocument(java.lang.String string, java.lang.String string1, java.lang.String string2, String view) throws Exception(Code)(Java Doc)
static TreeDocumentFragment createDocumentFragment(java.lang.String string, java.lang.String string1, String view) throws Exception(Code)(Java Doc)
static void createDocumentFragmentInvalid(java.lang.String string, java.lang.String string1) throws Exception(Code)(Java Doc)
static void createDocumentInvalid(java.lang.String string, java.lang.String string1, java.lang.String string2) throws Exception(Code)(Java Doc)
static TreeDocumentType createDocumentType(java.lang.String string, java.lang.String string1, java.lang.String string2, String view) throws Exception(Code)(Java Doc)
static TreeDocumentType createDocumentType(java.lang.String string, String view) throws Exception(Code)(Java Doc)
static void createDocumentTypeInvalid(java.lang.String string, java.lang.String string1, java.lang.String string2) throws Exception(Code)(Java Doc)
static void createDocumentTypeInvalid(java.lang.String string) throws Exception(Code)(Java Doc)
static TreeElement createElement(java.lang.String string, boolean boolean_val, String view) throws Exception(Code)(Java Doc)
static TreeElement createElement(java.lang.String string, String view) throws Exception(Code)(Java Doc)
static TreeElementDecl createElementDecl(java.lang.String string, ContentType treeelementdecl$contenttype, String view) throws Exception(Code)(Java Doc)
static void createElementDeclInvalid(java.lang.String string, ContentType treeelementdecl$contenttype) throws Exception(Code)(Java Doc)
static void createElementInvalid(java.lang.String string, boolean boolean_val) throws Exception(Code)(Java Doc)
static void createElementInvalid(java.lang.String string) throws Exception(Code)(Java Doc)
static TreeEntityDecl createEntityDecl(boolean boolean_val, java.lang.String string, java.lang.String string2, String view) throws Exception(Code)(Java Doc)
static TreeEntityDecl createEntityDecl(java.lang.String string, java.lang.String string1, String view) throws Exception(Code)(Java Doc)
static TreeEntityDecl createEntityDecl(boolean boolean_val, java.lang.String string, java.lang.String string2, java.lang.String string3, String view) throws Exception(Code)(Java Doc)
static TreeEntityDecl createEntityDecl(java.lang.String string, java.lang.String string1, java.lang.String string2, String view) throws Exception(Code)(Java Doc)
static TreeEntityDecl createEntityDecl(java.lang.String string, java.lang.String string1, java.lang.String string2, java.lang.String string3, String view) throws Exception(Code)(Java Doc)
static void createEntityDeclInvalid(boolean boolean_val, java.lang.String string, java.lang.String string2) throws Exception(Code)(Java Doc)
static void createEntityDeclInvalid(java.lang.String string, java.lang.String string1) throws Exception(Code)(Java Doc)
static void createEntityDeclInvalid(boolean boolean_val, java.lang.String string, java.lang.String string2, java.lang.String string3) throws Exception(Code)(Java Doc)
static void createEntityDeclInvalid(java.lang.String string, java.lang.String string1, java.lang.String string2) throws Exception(Code)(Java Doc)
static void createEntityDeclInvalid(java.lang.String string, java.lang.String string1, java.lang.String string2, java.lang.String string3) throws Exception(Code)(Java Doc)
static TreeGeneralEntityReference createGeneralEntityReference(java.lang.String string, String view) throws Exception(Code)(Java Doc)
static void createGeneralEntityReferenceInvalid(java.lang.String string) throws Exception(Code)(Java Doc)
static TreeNotationDecl createNotationDecl(java.lang.String string, java.lang.String string1, java.lang.String string2, String view) throws Exception(Code)(Java Doc)
static void createNotationDeclInvalid(java.lang.String string, java.lang.String string1, java.lang.String string2) throws Exception(Code)(Java Doc)
static TreeParameterEntityReference createParameterEntityReference(java.lang.String string, String view) throws Exception(Code)(Java Doc)
static void createParameterEntityReferenceInvalid(java.lang.String string) throws Exception(Code)(Java Doc)
static TreeProcessingInstruction createProcessingInstruction(java.lang.String string, java.lang.String string1, String view) throws Exception(Code)(Java Doc)
static void createProcessingInstructionInvalid(java.lang.String string, java.lang.String string1) throws Exception(Code)(Java Doc)
static TreeText createText(java.lang.String string, String view) throws Exception(Code)(Java Doc)
static void createTextInvalid(java.lang.String string) 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.