Uses of Class
org.apache.commons.betwixt.xmlunit.XmlTestCase

Packages that use XmlTestCase
org.apache.commons.betwixt   
org.apache.commons.betwixt.derived   
org.apache.commons.betwixt.digester   
org.apache.commons.betwixt.dotbetwixt   
org.apache.commons.betwixt.examples.rss Example usage of Betwixt to parse XML documents compatible with the Rich Site Summary format used by many newsfeeds. 
org.apache.commons.betwixt.expression   
org.apache.commons.betwixt.introspection   
org.apache.commons.betwixt.io   
org.apache.commons.betwixt.io.read   
org.apache.commons.betwixt.nowrap   
org.apache.commons.betwixt.poly   
org.apache.commons.betwixt.recursion   
org.apache.commons.betwixt.registry   
org.apache.commons.betwixt.scarab   
org.apache.commons.betwixt.schema   
org.apache.commons.betwixt.strategy   
org.apache.commons.betwixt.versioning   
org.apache.commons.betwixt.xmlunit   
 

Uses of XmlTestCase in org.apache.commons.betwixt
 

Subclasses of XmlTestCase in org.apache.commons.betwixt
 class AbstractTestCase
          Abstract base class for test cases.
 class RSSBeanReader
          Reads an RSS file using Betwixt's auto-digester rules then outputs it again.
 class RSSBeanWriter
          Reads an RSS file using Digesters's RSS demo then uses Betwixt to output it as XML again.
 class SampleBeanWriter
          A sample program to output a bean as pretty printed XML
 class TestArrayMaps
           
 class TestArrays
           
 class TestAttributeQNameProblem
          I would SAX 'start element' event's attributes always expect to have qName equal to localName for simple, unprefixed XML tags.
 class TestBeanReader
          Test harness for the BeanReader
 class TestBeanWriter
          Test harness for the BeanWriter
 class TestClassProperty
          This test is the result of a problem I had with outputting a bean's class property as XML.
 class TestCollectionMapping
          Tests the multi-mapping of collections with polymorphic entries.
 class TestCollectionMapping2
          Tests the multi-mapping of collections with polymorphic entries.
 class TestCollectives
           
 class TestDescriptors
          Test harness for the Descriptors (ElementDescriptor and so on).
 class TestDynaBeanSupport
          Test harness for the DynaBeans support
 class TestMaps
           
 class TestMultiMapping
           
 class TestMultipleCollectionMappings
          Tests the multi-mapping of collections with polymorphic entries.
 class TestReferenceMapping
          Tests the multi-mapping of polymorphic references.
 class TestStringCollections
           
 class TestTextMapping
          Tests the mapping of a property to the inner text of an element.
 class TestXMLBeanInfoDigester
          Test harness for the Digester of XMLBeanInfo
 class TestXMLUtils
          Test harness for the XMLUtils
 

Uses of XmlTestCase in org.apache.commons.betwixt.derived
 

Subclasses of XmlTestCase in org.apache.commons.betwixt.derived
 class TestDerived
          Test harness for the BeanReader
 class TestWriteClass
           
 

Uses of XmlTestCase in org.apache.commons.betwixt.digester
 

Subclasses of XmlTestCase in org.apache.commons.betwixt.digester
 class TestIDRead
          Test harness for ID-IDRef reading.
 

Uses of XmlTestCase in org.apache.commons.betwixt.dotbetwixt
 

Subclasses of XmlTestCase in org.apache.commons.betwixt.dotbetwixt
 class TestBeanToXml
          Provides xml test utilities.
 class TestCustomDotBetwixt
           
 class TestDotBetwixtNamespace
           
 class TestIntrospection
          Test customization of xml to bean mapping using .betwixt files.
 class TestMixedCollections
           
 class TestMultiMap
           
 class TestXmlToBean
          Test customization of xml to bean mapping using .betwixt files.
 

Uses of XmlTestCase in org.apache.commons.betwixt.examples.rss
 

Subclasses of XmlTestCase in org.apache.commons.betwixt.examples.rss
 class TestRSS
          Test case for example.
 

Uses of XmlTestCase in org.apache.commons.betwixt.expression
 

Subclasses of XmlTestCase in org.apache.commons.betwixt.expression
 class TestUpdaters
          Test harness for map updating
 

Uses of XmlTestCase in org.apache.commons.betwixt.introspection
 

Subclasses of XmlTestCase in org.apache.commons.betwixt.introspection
 class TestDeclarativeIntrospection
          Tests for the new, more declarative style of introspection.
 class TestXMLIntrospector
          Test harness for the XMLIntrospector
 

Uses of XmlTestCase in org.apache.commons.betwixt.io
 

Subclasses of XmlTestCase in org.apache.commons.betwixt.io
 class TestAbstractBeanWriter
           
 class TestAttributeSuppression
           
 class TestIgnoreEmptyElements
           
 class TestMapUpdater
           
 class TestMixedCollection
           
 class TestPrettyPrint
           
 class TestSAXBeanWriter
          Test harness for SAXBeanWriter.
 class TestSuppressElement
          Tests supress element strategy.
 class TestWriteIDs
           
 

Uses of XmlTestCase in org.apache.commons.betwixt.io.read
 

Subclasses of XmlTestCase in org.apache.commons.betwixt.io.read
 class TestBeanCreation
          Test harness for bean creation (during reading).
 class TestBindTimeTypeMapping
           
 class TestMappingActions
          Test harness for Mapping Actions.
 class TestPolymorphic
           
 class TestReadContext
          Test harness for ReadContext
 class TestReadData
           
 

Uses of XmlTestCase in org.apache.commons.betwixt.nowrap
 

Subclasses of XmlTestCase in org.apache.commons.betwixt.nowrap
 class TestNoWrap
          Test harness for the base PO object
 

Uses of XmlTestCase in org.apache.commons.betwixt.poly
 

Subclasses of XmlTestCase in org.apache.commons.betwixt.poly
 class TestPolyList
           
 class TestPolyListHolder
           
 

Uses of XmlTestCase in org.apache.commons.betwixt.recursion
 

Subclasses of XmlTestCase in org.apache.commons.betwixt.recursion
 class TestRecursion
          This will test the recursive behaviour of betwixt.
 class TestSharedIDGeneration
           
 

Uses of XmlTestCase in org.apache.commons.betwixt.registry
 

Subclasses of XmlTestCase in org.apache.commons.betwixt.registry
 class TestXMLBeanInfoRegistry
          Test harness for the XMLBeanInfoRegistry
 

Uses of XmlTestCase in org.apache.commons.betwixt.scarab
 

Subclasses of XmlTestCase in org.apache.commons.betwixt.scarab
 class TestScarabSettings
          Test harness which round trips a Scarab's settings xml file
 

Uses of XmlTestCase in org.apache.commons.betwixt.schema
 

Subclasses of XmlTestCase in org.apache.commons.betwixt.schema
 class TestRecursiveBeanSchemaGeneration
           
 class TestSchema
          This will test betwixt on handling a different kind of xml file, without a "collection" tag.
 class TestSchemaGeneration
          Tests for the generation of schema from the object models.
 class TestSchemaTranscriber
          Tests for the SchemaTranscriber.
 class TestSchemaValidity
          Tests for the validity of the schema produced.
 

Uses of XmlTestCase in org.apache.commons.betwixt.strategy
 

Subclasses of XmlTestCase in org.apache.commons.betwixt.strategy
 class TestBaseMappingStrategy
           
 class TestConversionFlavour
           
 class TestIdStorageStrategy
           
 class TestMixedContentEncoding
          Tests for mixed content encoding.
 class TestNamespaces
           
 class TestSimpleTypeMapper
          Tests for SimpleTypeMapper and the associated strategy.
 

Uses of XmlTestCase in org.apache.commons.betwixt.versioning
 

Subclasses of XmlTestCase in org.apache.commons.betwixt.versioning
 class TestVersioning
           
 

Uses of XmlTestCase in org.apache.commons.betwixt.xmlunit
 

Subclasses of XmlTestCase in org.apache.commons.betwixt.xmlunit
 class TestXmlTestCase
          Test harness which test xml unit
 



Copyright © 2002-2008 The Apache Software Foundation. All Rights Reserved.