com.joanju.cg.test
Class TestBugFixes

java.lang.Object
  extended by TestCase
      extended by com.joanju.cg.test.TestBugFixes

public class TestBugFixes
extends TestCase


Constructor Summary
TestBugFixes()
           
 
Method Summary
protected  void setUp()
           
 void test01()
           
 void test02()
           
 void test03()
           
 void test04()
           
 void test05()
          Test circular local assignments: a=b, b=a.
 void test06()
          Test data propagation of an output parameter being used as an output parameter.
 void test08()
          Test compiling parameter definitions found in sub-blocks.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestBugFixes

public TestBugFixes()
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

test02

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

test03

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

test04

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

test05

public void test05()
            throws java.lang.Exception
Test circular local assignments: a=b, b=a.

Throws:
java.lang.Exception

test06

public void test06()
            throws java.lang.Exception
Test data propagation of an output parameter being used as an output parameter.

Throws:
java.lang.Exception

test08

public void test08()
            throws java.lang.Exception
Test compiling parameter definitions found in sub-blocks.

Throws:
java.lang.Exception


Copyright © 2008 Joanju Software. All Rights Reserved.