Java Doc for BeanModelTestCase.java in  » Library » Apache-commons-jxpath-1.2-src » org » apache » commons » jxpath » ri » model » 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 » Library » Apache commons jxpath 1.2 src » org.apache.commons.jxpath.ri.model 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.apache.commons.jxpath.JXPathTestCase
   org.apache.commons.jxpath.ri.model.BeanModelTestCase

All known Subclasses:   org.apache.commons.jxpath.ri.model.dynabeans.DynaBeanModelTest,  org.apache.commons.jxpath.ri.model.beans.BeanModelTest,
BeanModelTestCase
abstract public class BeanModelTestCase extends JXPathTestCase (Code)
Abstract superclass for Bean access with JXPath.
author:
   Dmitri Plotnikov
version:
   $Revision: 1.19 $ $Date: 2004/02/29 14:17:45 $



Constructor Summary
public  BeanModelTestCase(String name)
     Construct a new instance of this test case.

Method Summary
abstract protected  ObjectcreateContextBean()
    
abstract protected  AbstractFactorygetAbstractFactory()
    
public  voidsetUp()
    
public  voidtestAttributeLang()
    
public  voidtestAttributeName()
     Testing the pseudo-attribute "name" that java beans objects appear to have.
public  voidtestAxisAncestor()
    
public  voidtestAxisAttribute()
    
public  voidtestAxisChild()
    
public  voidtestAxisChildNestedBean()
    
public  voidtestAxisChildNestedCollection()
    
public  voidtestAxisDescendant()
    
public  voidtestAxisDescendantOrSelf()
    
public  voidtestAxisFollowing()
    
public  voidtestAxisFollowingSibling()
    
public  voidtestAxisParent()
    
public  voidtestAxisPreceding()
    
public  voidtestAxisPrecedingSibling()
    
public  voidtestAxisSelf()
    
public  voidtestBooleanPredicate()
    
public  voidtestCoreFunctions()
    
public  voidtestCreatePath()
    
public  voidtestCreatePathAndSetValue()
    
public  voidtestCreatePathAndSetValueCreateBeanExpandCollection()
    
public  voidtestCreatePathAndSetValueExpandExistingCollection()
    
public  voidtestCreatePathAndSetValueExpandNewCollection()
    
public  voidtestCreatePathCreateBeanExpandCollection()
    
public  voidtestCreatePathExpandExistingCollection()
    
public  voidtestCreatePathExpandExistingCollectionAndSetProperty()
    
public  voidtestCreatePathExpandNewCollection()
    
public  voidtestDocumentOrder()
    
public  voidtestIndexPredicate()
    
public  voidtestIndividualIterators()
    
public  voidtestIterateAndSet()
    
public  voidtestIteratePointerSetValue()
    
public  voidtestIteratePropertyArrayWithHasNext()
    
public  voidtestIteratePropertyArrayWithoutHasNext()
    
public  voidtestMultipleIterators()
    
public  voidtestRelativeContextAbsolutePath()
    
public  voidtestRelativeContextInheritance()
    
public  voidtestRelativeContextParent()
    
public  voidtestRelativeContextRelativePath()
    
public  voidtestRemovePathArrayElement()
    
public  voidtestRemovePathBeanValue()
    
public  voidtestRemovePathPropertyValue()
    
public  voidtestRoot()
    
public  voidtestSetCollectionElement()
    
public  voidtestSetContextDependentNode()
    
public  voidtestSetNonPrimitiveValue()
    
public  voidtestSetPropertyValue()
    
public  voidtestUnion()
    


Constructor Detail
BeanModelTestCase
public BeanModelTestCase(String name)(Code)
Construct a new instance of this test case.
Parameters:
  name - Name of the test case




Method Detail
createContextBean
abstract protected Object createContextBean()(Code)



getAbstractFactory
abstract protected AbstractFactory getAbstractFactory()(Code)



setUp
public void setUp()(Code)



testAttributeLang
public void testAttributeLang()(Code)



testAttributeName
public void testAttributeName()(Code)
Testing the pseudo-attribute "name" that java beans objects appear to have.



testAxisAncestor
public void testAxisAncestor()(Code)



testAxisAttribute
public void testAxisAttribute()(Code)



testAxisChild
public void testAxisChild()(Code)



testAxisChildNestedBean
public void testAxisChildNestedBean()(Code)



testAxisChildNestedCollection
public void testAxisChildNestedCollection()(Code)



testAxisDescendant
public void testAxisDescendant()(Code)



testAxisDescendantOrSelf
public void testAxisDescendantOrSelf()(Code)



testAxisFollowing
public void testAxisFollowing()(Code)



testAxisFollowingSibling
public void testAxisFollowingSibling()(Code)



testAxisParent
public void testAxisParent()(Code)



testAxisPreceding
public void testAxisPreceding()(Code)



testAxisPrecedingSibling
public void testAxisPrecedingSibling()(Code)



testAxisSelf
public void testAxisSelf()(Code)



testBooleanPredicate
public void testBooleanPredicate()(Code)



testCoreFunctions
public void testCoreFunctions()(Code)



testCreatePath
public void testCreatePath()(Code)



testCreatePathAndSetValue
public void testCreatePathAndSetValue()(Code)



testCreatePathAndSetValueCreateBeanExpandCollection
public void testCreatePathAndSetValueCreateBeanExpandCollection()(Code)



testCreatePathAndSetValueExpandExistingCollection
public void testCreatePathAndSetValueExpandExistingCollection()(Code)



testCreatePathAndSetValueExpandNewCollection
public void testCreatePathAndSetValueExpandNewCollection()(Code)



testCreatePathCreateBeanExpandCollection
public void testCreatePathCreateBeanExpandCollection()(Code)



testCreatePathExpandExistingCollection
public void testCreatePathExpandExistingCollection()(Code)



testCreatePathExpandExistingCollectionAndSetProperty
public void testCreatePathExpandExistingCollectionAndSetProperty()(Code)



testCreatePathExpandNewCollection
public void testCreatePathExpandNewCollection()(Code)



testDocumentOrder
public void testDocumentOrder()(Code)



testIndexPredicate
public void testIndexPredicate()(Code)



testIndividualIterators
public void testIndividualIterators()(Code)
Test property iterators, the core of the graph traversal engine



testIterateAndSet
public void testIterateAndSet()(Code)



testIteratePointerSetValue
public void testIteratePointerSetValue()(Code)
Test contributed by Kate Dvortsova



testIteratePropertyArrayWithHasNext
public void testIteratePropertyArrayWithHasNext()(Code)



testIteratePropertyArrayWithoutHasNext
public void testIteratePropertyArrayWithoutHasNext()(Code)



testMultipleIterators
public void testMultipleIterators()(Code)
Test property iterators with multiple properties returned



testRelativeContextAbsolutePath
public void testRelativeContextAbsolutePath()(Code)



testRelativeContextInheritance
public void testRelativeContextInheritance()(Code)



testRelativeContextParent
public void testRelativeContextParent()(Code)



testRelativeContextRelativePath
public void testRelativeContextRelativePath()(Code)



testRemovePathArrayElement
public void testRemovePathArrayElement()(Code)



testRemovePathBeanValue
public void testRemovePathBeanValue()(Code)



testRemovePathPropertyValue
public void testRemovePathPropertyValue()(Code)



testRoot
public void testRoot()(Code)



testSetCollectionElement
public void testSetCollectionElement()(Code)



testSetContextDependentNode
public void testSetContextDependentNode()(Code)



testSetNonPrimitiveValue
public void testSetNonPrimitiveValue()(Code)



testSetPropertyValue
public void testSetPropertyValue()(Code)



testUnion
public void testUnion()(Code)



Methods inherited from org.apache.commons.jxpath.JXPathTestCase
protected void assertDocumentOrder(JXPathContext context, String path1, String path2, int expected)(Code)(Java Doc)
protected void assertXPathCreatePath(JXPathContext ctx, String xpath, Object expectedValue, String expectedPath)(Code)(Java Doc)
protected void assertXPathCreatePathAndSetValue(JXPathContext ctx, String xpath, Object value, String expectedPath)(Code)(Java Doc)
protected void assertXPathNodeType(JXPathContext ctx, String xpath, Class clazz)(Code)(Java Doc)
protected void assertXPathPointer(JXPathContext ctx, String xpath, String expected)(Code)(Java Doc)
protected void assertXPathPointerIterator(JXPathContext ctx, String xpath, Collection expected)(Code)(Java Doc)
protected void assertXPathPointerLenient(JXPathContext ctx, String xpath, String expected)(Code)(Java Doc)
protected void assertXPathSetValue(JXPathContext ctx, String xpath, Object value)(Code)(Java Doc)
protected void assertXPathSetValue(JXPathContext ctx, String xpath, Object value, Object expected)(Code)(Java Doc)
protected void assertXPathValue(JXPathContext ctx, String xpath, Object expected)(Code)(Java Doc)
protected void assertXPathValue(JXPathContext ctx, String xpath, Object expected, Class resultType)(Code)(Java Doc)
protected void assertXPathValueAndPointer(JXPathContext ctx, String xpath, Object expectedValue, String expectedPointer)(Code)(Java Doc)
protected void assertXPathValueIterator(JXPathContext ctx, String xpath, Collection expected)(Code)(Java Doc)
protected void assertXPathValueLenient(JXPathContext ctx, String xpath, Object expected)(Code)(Java Doc)
protected void assertXPathValueType(JXPathContext ctx, String xpath, Class clazz)(Code)(Java Doc)
protected static List list()(Code)(Java Doc)
protected static List list(Object o1)(Code)(Java Doc)
protected static List list(Object o1, Object o2)(Code)(Java Doc)
protected static List list(Object o1, Object o2, Object o3)(Code)(Java Doc)
protected static List list(Object o1, Object o2, Object o3, Object o4)(Code)(Java Doc)
protected static List list(Object o1, Object o2, Object o3, Object o4, Object o5)(Code)(Java Doc)
protected static List list(Object o1, Object o2, Object o3, Object o4, Object o5, Object o6)(Code)(Java Doc)
protected static List list(Object o1, Object o2, Object o3, Object o4, Object o5, Object o6, Object o7)(Code)(Java Doc)
protected static Set set(Object o1, Object o2, Object o3)(Code)(Java Doc)
protected static Set set(Object o1, Object o2, Object o3, Object o4)(Code)(Java Doc)
protected static Set set(Object o1, Object o2, Object o3, Object o4, Object o5)(Code)(Java Doc)
protected static Set set(Object o1, Object o2, Object o3, Object o4, Object o5, Object o6)(Code)(Java Doc)
protected static Set set(Object o1, Object o2, Object o3, Object o4, Object o5, Object o6, Object o7)(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.