org.objectweb.kilim.repository
Class TemplateParserTest

java.lang.Object
  extended byTestCase
      extended byorg.objectweb.kilim.repository.TemplateParserTest

public class TemplateParserTest
extends TestCase

Author:
horn, delpiano Kilim2 xml parser tests
See Also:
Serialized Form

Field Summary
private  ResourceRepository rep
           
private  ResourceRepository rep1
           
 
Constructor Summary
TemplateParserTest(java.lang.String arg0)
          Constructor for TemplateParserTest.
 
Method Summary
 void testParsing2()
          Method testParsing2.
 void testParsing3()
          Method testParsing3.
 void testParsingEric()
          Method testParsingEric0.
 void testPort1()
          Basic parsing tests
 void testPort2()
          Basic parsing tests
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

rep

private ResourceRepository rep

rep1

private ResourceRepository rep1
Constructor Detail

TemplateParserTest

public TemplateParserTest(java.lang.String arg0)
                   throws org.xml.sax.SAXException,
                          javax.xml.parsers.ParserConfigurationException
Constructor for TemplateParserTest.

Parameters:
arg0 - for junit
Throws:
org.xml.sax.SAXException - should not happen
javax.xml.parsers.ParserConfigurationException - should not happen
Method Detail

testPort1

public void testPort1()
               throws ResourceNotFoundException,
                      org.xml.sax.SAXException,
                      javax.xml.parsers.ParserConfigurationException
Basic parsing tests

Throws:
ResourceNotFoundException - should not happen
javax.xml.parsers.ParserConfigurationException - should not happen
org.xml.sax.SAXException - should not happen

testPort2

public void testPort2()
               throws ResourceNotFoundException,
                      org.xml.sax.SAXException,
                      javax.xml.parsers.ParserConfigurationException
Basic parsing tests

Throws:
ResourceNotFoundException - should not happen
javax.xml.parsers.ParserConfigurationException - should not happen
org.xml.sax.SAXException - should not happen

testParsingEric

public void testParsingEric()
                     throws ResourceNotFoundException,
                            org.xml.sax.SAXException,
                            javax.xml.parsers.ParserConfigurationException,
                            KilimException
Method testParsingEric0.

Throws:
ResourceNotFoundException - :
org.xml.sax.SAXException - :
javax.xml.parsers.ParserConfigurationException - :
KilimException - :

testParsing2

public void testParsing2()
                  throws ResourceNotFoundException,
                         org.xml.sax.SAXException,
                         javax.xml.parsers.ParserConfigurationException,
                         KilimException
Method testParsing2.

Throws:
ResourceNotFoundException - :
org.xml.sax.SAXException - :
javax.xml.parsers.ParserConfigurationException - :
KilimException - :

testParsing3

public void testParsing3()
                  throws ResourceNotFoundException,
                         org.xml.sax.SAXException,
                         javax.xml.parsers.ParserConfigurationException,
                         KilimException
Method testParsing3.

Throws:
ResourceNotFoundException - :
org.xml.sax.SAXException - :
javax.xml.parsers.ParserConfigurationException - :
KilimException - :