gate.yam.parse
Class YamParserTests

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by gate.yam.parse.YamParserTests
All Implemented Interfaces:
junit.framework.Test

public class YamParserTests
extends junit.framework.TestCase

Unit test for YAM parse trees.


Constructor Summary
YamParserTests(String testName)
          Create the test case
 
Method Summary
 void testErrorsAndWarnings()
          Test errors and warnings.
 void testErrorStuff()
          Test error handling utility stuff.
 void testGetSepSpacing()
          Test the getSepSpacing function.
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

YamParserTests

public YamParserTests(String testName)
Create the test case

Method Detail

testErrorsAndWarnings

public void testErrorsAndWarnings()
                           throws Exception
Test errors and warnings.

Throws:
Exception

testErrorStuff

public void testErrorStuff()
                    throws Exception
Test error handling utility stuff.

Throws:
Exception

testGetSepSpacing

public void testGetSepSpacing()
Test the getSepSpacing function.