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

Quick Search    Search Deep

org.apache.commons.jxpath.ri.model.dynabeans
Class DynaBeanModelTest  view DynaBeanModelTest download DynaBeanModelTest.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.dynabeans.DynaBeanModelTest
All Implemented Interfaces:
junit.framework.Test

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

Test for support of DynaBeans (see BeanUtils)

Version:
$Revision: 1.5 $ $Date: 2004/02/29 14:17:44 $

Field Summary
 
Fields inherited from class org.apache.commons.jxpath.ri.model.BeanModelTestCase
 
Fields inherited from class junit.framework.TestCase
 
Constructor Summary
DynaBeanModelTest(java.lang.String name)
           
 
Method Summary
protected  java.lang.Object createContextBean()
           
protected  org.apache.commons.jxpath.AbstractFactory getAbstractFactory()
           
static junit.framework.TestSuite suite()
           
 
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

DynaBeanModelTest

public DynaBeanModelTest(java.lang.String name)
Method Detail

suite

public static junit.framework.TestSuite suite()

createContextBean

protected java.lang.Object createContextBean()

getAbstractFactory

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