Uses of Class
org.apache.maven.doxia.AbstractModuleTest

Packages that use AbstractModuleTest
org.apache.maven.doxia.module   
org.apache.maven.doxia.parser   
org.apache.maven.doxia.sink   
 

Uses of AbstractModuleTest in org.apache.maven.doxia.module
 

Subclasses of AbstractModuleTest in org.apache.maven.doxia.module
 class AbstractIdentityTest
          If a module provides both Parser and Sink, this class can be used to check that chaining them together results in the identity transformation, ie the model is still the same after being piped through a Parser and the corresponding Sink.
 

Uses of AbstractModuleTest in org.apache.maven.doxia.parser
 

Subclasses of AbstractModuleTest in org.apache.maven.doxia.parser
 class AbstractParserTest
          Test the parsing of sample input files.
 class XhtmlBaseParserTest
          Test for XhtmlBaseParser.
 

Uses of AbstractModuleTest in org.apache.maven.doxia.sink
 

Subclasses of AbstractModuleTest in org.apache.maven.doxia.sink
 class AbstractSinkTest
          Abstract base class to test sinks.
 



Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.