org.objectweb.kilim.repository
Class ViewerTests

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

public class ViewerTests
extends TestCase

Author:
delpiano To change this generated comment edit the template variable "typecomment": Window>Preferences>Java>Templates. To enable and disable the creation of type comments go to Window>Preferences>Java>Code Generation.
See Also:
Serialized Form

Field Summary
private  ResourceRepository rep
           
private  ResourceRepository rep1
           
 
Constructor Summary
ViewerTests(java.lang.String arg0)
          Constructor for TemplateParserTest.
 
Method Summary
 void testViewer2()
          Tests the overloading of properties by providers/ports, and ports by properties.
 void testViewers()
          Tests the template and component viewers.
 
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

ViewerTests

public ViewerTests(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

testViewers

public void testViewers()
                 throws ResourceNotFoundException,
                        org.xml.sax.SAXException,
                        javax.xml.parsers.ParserConfigurationException,
                        KilimException
Tests the template and component viewers.

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

testViewer2

public void testViewer2()
                 throws ResourceNotFoundException,
                        org.xml.sax.SAXException,
                        javax.xml.parsers.ParserConfigurationException,
                        KilimException
Tests the overloading of properties by providers/ports, and ports by properties.

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