org.jcoderz.phoenix.report
Class ReportMergerTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.jcoderz.phoenix.report.ReportMergerTest
All Implemented Interfaces:
Test

public class ReportMergerTest
extends TestCase

Test the ReportMerger.

Author:
Andreas Mandel

Constructor Summary
ReportMergerTest()
           
 
Method Summary
 void testIsSameFinding()
          Test the ReportMerger.isSameFinding(Item, Item) method.
 
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

ReportMergerTest

public ReportMergerTest()
Method Detail

testIsSameFinding

public void testIsSameFinding()
                       throws Exception
Test the ReportMerger.isSameFinding(Item, Item) method.

Throws:
Exception - in case of a test error.


Copyright 2007 The jCoderZ Project.