org.hackystat.tickertape.tickerlingua
Class TestTickerLingua

java.lang.Object
  extended by org.hackystat.tickertape.tickerlingua.TestTickerLingua

public class TestTickerLingua
extends java.lang.Object

Provides simple test cases for the TickerLingua XML configuration language. Uses the xml/tickerlingua.example.xml file in the current directory.

Author:
Philip Johnson

Constructor Summary
TestTickerLingua()
           
 
Method Summary
 void testTickerLingua()
          Ensure that the example file can be read in and validated.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestTickerLingua

public TestTickerLingua()
Method Detail

testTickerLingua

public void testTickerLingua()
                      throws java.lang.Exception
Ensure that the example file can be read in and validated.

Throws:
java.lang.Exception - If problems occur.