Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.commons.jxpath.ri.model.beans
Class BeanModelTest  view BeanModelTest download BeanModelTest.java

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended byorg.apache.commons.jxpath.JXPathTestCase
              extended byorg.apache.commons.jxpath.ri.model.BeanModelTestCase
                  extended byorg.apache.commons.jxpath.ri.model.beans.BeanModelTest
All Implemented Interfaces:
junit.framework.Test

public class BeanModelTest
extends org.apache.commons.jxpath.ri.model.BeanModelTestCase

Tests JXPath with JavaBeans

Version:
$Revision: 1.7 $ $Date: 2004/02/29 14:17:43 $

Field Summary
 
Fields inherited from class org.apache.commons.jxpath.ri.model.BeanModelTestCase
 
Fields inherited from class junit.framework.TestCase
 
Constructor Summary
BeanModelTest(java.lang.String name)
          Construct a new instance of this test case.
 
Method Summary
protected  java.lang.Object createContextBean()
           
protected  org.apache.commons.jxpath.AbstractFactory getAbstractFactory()
           
static junit.framework.TestSuite suite()
          Return the tests included in this test suite.
 void testIndexedProperty()
           
 
Methods inherited from class org.apache.commons.jxpath.ri.model.BeanModelTestCase
setUp, testAttributeLang, testAttributeName, testAxisAncestor, testAxisAttribute, testAxisChild, testAxisChildNestedBean, testAxisChildNestedCollection, testAxisDescendant, testAxisDescendantOrSelf, testAxisFollowing, testAxisFollowingSibling, testAxisParent, testAxisPreceding, testAxisPrecedingSibling, testAxisSelf, testBooleanPredicate, testCoreFunctions, testCreatePath, testCreatePathAndSetValue, testCreatePathAndSetValueCreateBeanExpandCollection, testCreatePathAndSetValueExpandExistingCollection, testCreatePathAndSetValueExpandNewCollection, testCreatePathCreateBeanExpandCollection, testCreatePathExpandExistingCollection, testCreatePathExpandExistingCollectionAndSetProperty, testCreatePathExpandNewCollection, testDocumentOrder, testIndexPredicate, testIndividualIterators, testIterateAndSet, testIteratePointerSetValue, testIteratePropertyArrayWithHasNext, testIteratePropertyArrayWithoutHasNext, testMultipleIterators, testRelativeContextAbsolutePath, testRelativeContextInheritance, testRelativeContextParent, testRelativeContextRelativePath, testRemovePathArrayElement, testRemovePathBeanValue, testRemovePathPropertyValue, testRoot, testSetCollectionElement, testSetContextDependentNode, testSetNonPrimitiveValue, testSetPropertyValue, testUnion
 
Methods inherited from class org.apache.commons.jxpath.JXPathTestCase
assertDocumentOrder, assertXPathCreatePath, assertXPathCreatePathAndSetValue, assertXPathNodeType, assertXPathPointer, assertXPathPointerIterator, assertXPathPointerLenient, assertXPathSetValue, assertXPathSetValue, assertXPathValue, assertXPathValue, assertXPathValueAndPointer, assertXPathValueIterator, assertXPathValueLenient, assertXPathValueType, list, list, list, list, list, list, list, list, set, set, set, set, set
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BeanModelTest

public BeanModelTest(java.lang.String name)
Construct a new instance of this test case.

Method Detail

suite

public static junit.framework.TestSuite suite()
Return the tests included in this test suite.


createContextBean

protected java.lang.Object createContextBean()

getAbstractFactory

protected org.apache.commons.jxpath.AbstractFactory getAbstractFactory()

testIndexedProperty

public void testIndexedProperty()