org.designwizard.test.impact
Class ImpactTest

java.lang.Object
  extended by org.designwizard.test.impact.ImpactTest

public class ImpactTest
extends java.lang.Object

Author:
João Arthur Brunet Monteiro - jarthur@dsc.ufcg.edu.br

Constructor Summary
ImpactTest()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void testClassImpact()
          Tests the impact caused by a change in a Class.
 void testFieldImpact()
          Tests the impact caused by a change in a Field.
 void testMethodImpact()
          Tests the impact caused by a change in a Method.
 void testMethodImpactWithDeep()
          Tests the impact caused by a change in a Method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImpactTest

public ImpactTest()
           throws java.io.IOException
Throws:
java.io.IOException
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.io.IOException,
                        InexistentEntityException
Throws:
java.io.IOException
InexistentEntityException

testFieldImpact

public void testFieldImpact()
                     throws InexistentEntityException
Tests the impact caused by a change in a Field.

Throws:
InexistentEntityException
java.io.IOException

testMethodImpact

public void testMethodImpact()
                      throws InexistentEntityException
Tests the impact caused by a change in a Method.

Throws:
InexistentEntityException

testMethodImpactWithDeep

public void testMethodImpactWithDeep()
                              throws InexistentEntityException,
                                     java.io.IOException
Tests the impact caused by a change in a Method.

Throws:
InexistentEntityException
java.io.IOException

testClassImpact

public void testClassImpact()
                     throws InexistentEntityException
Tests the impact caused by a change in a Class.

Throws:
InexistentEntityException