xylia.sax.contentmodelparser
Class ContentParserTests

xylia.sax.contentmodelparser.ContentParserTests
All Implemented Interfaces:
org.xml.sax.ErrorHandler

public class ContentParserTests
implements org.xml.sax.ErrorHandler

Some unit tests for the contentmodelparser package. Copyright: Copyright (c) 2001 Company: MUN

Version:
1.0
Author:
Theodore S. Norvell

Constructor Summary
ContentParserTests()
           
ContentParserTests(java.lang.String str)
           
 
Method Summary
 void error(org.xml.sax.SAXParseException p0)
           
 void fatalError(org.xml.sax.SAXParseException p0)
           
protected  void setUp()
           
 void test0()
           
 void test1()
           
 void testConversion()
           
 void testSetUp()
           
 void warning(org.xml.sax.SAXParseException p0)
           
 

Constructor Detail

ContentParserTests

public ContentParserTests(java.lang.String str)

ContentParserTests

public ContentParserTests()
Method Detail

setUp

protected void setUp()

warning

public void warning(org.xml.sax.SAXParseException p0)
             throws org.xml.sax.SAXException
Specified by:
warning in interface org.xml.sax.ErrorHandler

error

public void error(org.xml.sax.SAXParseException p0)
           throws org.xml.sax.SAXException
Specified by:
error in interface org.xml.sax.ErrorHandler

fatalError

public void fatalError(org.xml.sax.SAXParseException p0)
                throws org.xml.sax.SAXException
Specified by:
fatalError in interface org.xml.sax.ErrorHandler

testSetUp

public void testSetUp()

test0

public void test0()

test1

public void test1()

testConversion

public void testConversion()