com.google.code.jetm.maven.data
Class AggregateSummaryTest

java.lang.Object
  extended by com.google.code.jetm.maven.data.AggregateSummaryTest

public class AggregateSummaryTest
extends Object

Unit tests for AggregateSummary.

Author:
jrh3k5

Constructor Summary
AggregateSummaryTest()
           
 
Method Summary
 void testAdd()
          Test the summary of two aggregates in a single AggregateSummary object.
 void testCompareTo()
          Test the comparison of two AggregateSummary objects.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AggregateSummaryTest

public AggregateSummaryTest()
Method Detail

testAdd

public void testAdd()
Test the summary of two aggregates in a single AggregateSummary object.


testCompareTo

public void testCompareTo()
Test the comparison of two AggregateSummary objects. Two summaries by the same name should match; those with different names should not match.



Copyright © 2011. All Rights Reserved.