org.prorefactor.core.unittest
Class TestNewSyntax

java.lang.Object
  extended by TestCase
      extended by org.prorefactor.core.unittest.TestNewSyntax

public class TestNewSyntax
extends TestCase

Test all tree parsers against new syntax. These tests just run the tree parsers against the data/newsyntax directory. If no exceptions are thrown, then the tests pass. The files in the "newsyntax" directories are subject to change, so no other tests should be added other than the expectation that they parse clean.


Constructor Summary
TestNewSyntax()
           
 
Method Summary
protected  void setUp()
           
 void test01()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestNewSyntax

public TestNewSyntax()
Method Detail

setUp

protected void setUp()
              throws java.lang.Exception
Throws:
java.lang.Exception

test01

public void test01()
            throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2008 Joanju Software. All Rights Reserved.