| org.apache.commons.betwixt.xmlunit.XmlTestCase org.apache.commons.betwixt.AbstractTestCase
All known Subclasses: org.apache.commons.betwixt.io.read.TestMaps, org.apache.commons.betwixt.TestRSSRoundTrip, org.apache.commons.betwixt.io.TestAttributeSuppression, org.apache.commons.betwixt.introspection.TestXMLIntrospector, org.apache.commons.betwixt.schema.TestRecursiveBeanSchemaGeneration, org.apache.commons.betwixt.SampleBeanWriter, org.apache.commons.betwixt.TestXMLUtils, org.apache.commons.betwixt.io.TestAbstractBeanWriter, org.apache.commons.betwixt.scarab.TestScarabSettings, org.apache.commons.betwixt.TestMultipleCollectionMappings, org.apache.commons.betwixt.io.read.TestBindTimeTypeMapping, org.apache.commons.betwixt.TestReferenceMapping, org.apache.commons.betwixt.TestBeanWriter, org.apache.commons.betwixt.TestDescriptors, org.apache.commons.betwixt.TestStringCollections, org.apache.commons.betwixt.io.read.TestPolymorphic, org.apache.commons.betwixt.io.TestWriteIDs, org.apache.commons.betwixt.dotbetwixt.TestCustomDotBetwixt, org.apache.commons.betwixt.examples.rss.TestRSS, org.apache.commons.betwixt.TestMaps, org.apache.commons.betwixt.TestCollectives, org.apache.commons.betwixt.digester.TestIDRead, org.apache.commons.betwixt.strategy.TestNamespaces, org.apache.commons.betwixt.strategy.TestConversionFlavour, org.apache.commons.betwixt.expression.TestUpdaters, org.apache.commons.betwixt.schema.TestSchema, org.apache.commons.betwixt.introspection.TestDeclarativeIntrospection, org.apache.commons.betwixt.dotbetwixt.TestDotBetwixtNamespace, org.apache.commons.betwixt.TestXMLBeanInfoDigester, org.apache.commons.betwixt.schema.TestSchemaTranscriber, org.apache.commons.betwixt.RSSBeanWriter, org.apache.commons.betwixt.dotbetwixt.TestMixedCollections, org.apache.commons.betwixt.poly.TestPolyListHolder, org.apache.commons.betwixt.RSSBeanReader, org.apache.commons.betwixt.TestCollectionMapping2, org.apache.commons.betwixt.TestCollectionMapping, org.apache.commons.betwixt.strategy.TestSimpleTypeMapper, org.apache.commons.betwixt.io.TestSuppressElement, org.apache.commons.betwixt.strategy.TestIdStorageStrategy, org.apache.commons.betwixt.schema.TestSchemaValidity, org.apache.commons.betwixt.recursion.TestSharedIDGeneration, org.apache.commons.betwixt.recursion.TestRecursion, org.apache.commons.betwixt.nowrap.TestNoWrap, org.apache.commons.betwixt.TestTextMapping, org.apache.commons.betwixt.io.read.TestMappingActions, org.apache.commons.betwixt.io.TestIgnoreEmptyElements, org.apache.commons.betwixt.io.TestSAXBeanWriter, org.apache.commons.betwixt.TestAttributeQNameProblem, org.apache.commons.betwixt.io.TestPrettyPrint, org.apache.commons.betwixt.io.TestMapUpdater, org.apache.commons.betwixt.versioning.TestVersioning, org.apache.commons.betwixt.io.read.TestReadContext, org.apache.commons.betwixt.TestArrayMaps, org.apache.commons.betwixt.io.read.TestBeanCreation, org.apache.commons.betwixt.schema.TestSchemaGeneration, org.apache.commons.betwixt.TestBeanReader, org.apache.commons.betwixt.TestDynaBeanSupport, org.apache.commons.betwixt.io.TestMixedCollection, org.apache.commons.betwixt.registry.TestXMLBeanInfoRegistry, org.apache.commons.betwixt.poly.TestPolyList, org.apache.commons.betwixt.io.read.TestReadData, org.apache.commons.betwixt.TestArrays, org.apache.commons.betwixt.TestMultiMapping, org.apache.commons.betwixt.strategy.TestBaseMappingStrategy, org.apache.commons.betwixt.derived.TestDerived, org.apache.commons.betwixt.TestClassProperty, org.apache.commons.betwixt.dotbetwixt.TestMultiMap, org.apache.commons.betwixt.strategy.TestMixedContentEncoding, org.apache.commons.betwixt.derived.TestWriteClass,
AbstractTestCase | abstract public class AbstractTestCase extends XmlTestCase (Code) | | Abstract base class for test cases.
author: James Strachan version: $Revision: 438373 $ |
AbstractTestCase | public AbstractTestCase(String testName)(Code) | | |
Fields inherited from org.apache.commons.betwixt.xmlunit.XmlTestCase | protected static boolean debug(Code)(Java Doc)
|
Methods inherited from org.apache.commons.betwixt.xmlunit.XmlTestCase | protected DocumentBuilder createDocumentBuilder()(Code)(Java Doc) protected DocumentBuilderFactory getDomFactory()(Code)(Java Doc) public boolean isValid(InputSource documentSource, InputSource schemaSource) throws ParserConfigurationException, IOException(Code)(Java Doc) protected Document parseFile(String path)(Code)(Java Doc) protected Document parseString(StringWriter writer)(Code)(Java Doc) protected Document parseString(String string)(Code)(Java Doc) public void validateWithSchema(InputSource documentSource, InputSource schemaSource) throws ParserConfigurationException, SAXException, IOException(Code)(Java Doc) public void xmlAssertIsValid(String document, String schema) throws ParserConfigurationException, IOException(Code)(Java Doc) public void xmlAssertIsValid(InputSource documentSource, InputSource schemaSource) throws ParserConfigurationException, IOException(Code)(Java Doc) public void xmlAssertIsomorphic(org.w3c.dom.Node rootOne, org.w3c.dom.Node rootTwo) throws AssertionFailedError(Code)(Java Doc) public void xmlAssertIsomorphic(org.w3c.dom.Node rootOne, org.w3c.dom.Node rootTwo, boolean orderIndependent) throws AssertionFailedError(Code)(Java Doc) public void xmlAssertIsomorphic(String message, org.w3c.dom.Node rootOne, org.w3c.dom.Node rootTwo)(Code)(Java Doc) public void xmlAssertIsomorphic(String message, org.w3c.dom.Node rootOne, org.w3c.dom.Node rootTwo, boolean orderIndependent) throws AssertionFailedError(Code)(Java Doc) public void xmlAssertIsomorphicContent(org.w3c.dom.Document documentOne, org.w3c.dom.Document documentTwo) throws AssertionFailedError(Code)(Java Doc) public void xmlAssertIsomorphicContent(org.w3c.dom.Document documentOne, org.w3c.dom.Document documentTwo, boolean orderIndependent) throws AssertionFailedError(Code)(Java Doc) public void xmlAssertIsomorphicContent(String message, org.w3c.dom.Document documentOne, org.w3c.dom.Document documentTwo) throws AssertionFailedError(Code)(Java Doc) public void xmlAssertIsomorphicContent(String message, org.w3c.dom.Document documentOne, org.w3c.dom.Document documentTwo, boolean orderIndependent) throws AssertionFailedError(Code)(Java Doc)
|
|
|