net.firstpartners.nounit.report.process.test
Class TestCallChainer

java.lang.Object
  |
  +--junit.framework.Assert
        |
        +--junit.framework.TestCase
              |
              +--net.firstpartners.nounit.report.process.test.TestCallChainer
All Implemented Interfaces:
junit.framework.Test

public class TestCallChainer
extends junit.framework.TestCase

Tests the functions in the Util Class


Constructor Summary
TestCallChainer(java.lang.String name)
          Constructor Required by Junit
 
Method Summary
static void main(java.lang.String[] args)
          Enable Junit to run this Class individually
 void setUp()
          Method to setup logging test
static junit.framework.Test suite()
          Enable Junit to run this class
 void testConversion()
          Test the conversion of the XML Tree
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, name, run, run, runBare, runTest, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assert, assert, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertNotNull, assertNotNull, assertNull, assertNull, assertSame, assertSame, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestCallChainer

public TestCallChainer(java.lang.String name)
Constructor Required by Junit
Parameters:
name -  
Method Detail

setUp

public void setUp()
Method to setup logging test
Overrides:
setUp in class junit.framework.TestCase

main

public static void main(java.lang.String[] args)
Enable Junit to run this Class individually
Parameters:
args -  

suite

public static junit.framework.Test suite()
Enable Junit to run this class
Returns:
TestDataCaptureDefaults.class

testConversion

public void testConversion()
                    throws java.lang.Exception
Test the conversion of the XML Tree