com.google.code.jetm.maven.data
Class AggregateSummaryTest
java.lang.Object
com.google.code.jetm.maven.data.AggregateSummaryTest
public class AggregateSummaryTest
- extends Object
Unit tests for AggregateSummary
.
- Author:
- jrh3k5
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 |
AggregateSummaryTest
public AggregateSummaryTest()
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.