com.google.code.jetm.maven.util
Class AggregateComparatorTest

java.lang.Object
  extended by com.google.code.jetm.maven.util.AggregateComparatorTest

public class AggregateComparatorTest
extends Object

Unit tests for AggregateComparator.

Author:
jrh3k5

Constructor Summary
AggregateComparatorTest()
           
 
Method Summary
 void testCompareDifferentNames()
          Test the comparison of two Aggregate objects by their names when they are different.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AggregateComparatorTest

public AggregateComparatorTest()
Method Detail

testCompareDifferentNames

public void testCompareDifferentNames()
Test the comparison of two Aggregate objects by their names when they are different. Normally, the one with the lower-case letters would be the greater one but, because of the initial case-insensitive comparison, the lower-case one is considered to be the lesser ("C" < "D").



Copyright © 2011. All Rights Reserved.