org.hackystat.telemetry.analyzer.language.parser
Class TestParsingException

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.hackystat.telemetry.analyzer.language.parser.TestParsingException
All Implemented Interfaces:
junit.framework.Test

public class TestParsingException
extends junit.framework.TestCase

Test suite for ParsingException.

Version:
$Id: TestParsingException.java,v 1.1.1.1 2005/10/20 23:56:49 johnson Exp $
Author:
(Cedric) Qin Zhang

Constructor Summary
TestParsingException()
           
 
Method Summary
 void testAll()
          Test case.
 void testWithTokenMgrError()
          Tests whether we can extract line and column numbers from TokenMgrError.
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestParsingException

public TestParsingException()
Method Detail

testAll

public void testAll()
Test case.


testWithTokenMgrError

public void testWithTokenMgrError()
Tests whether we can extract line and column numbers from TokenMgrError.