de.smartics.exceptions.code
Class DefaultCodeComparatorTest

Package class diagram package DefaultCodeComparatorTest
java.lang.Object
  extended by de.smartics.exceptions.code.DefaultCodeComparatorTest

public class DefaultCodeComparatorTest
     
     
extends Object

Tests DefaultCodeComparator.

Author:
Robert Reiner

Constructor Summary
DefaultCodeComparatorTest()
           
 
Method Summary
 void setUp()
          Constructs the UUT.
 void tearDown()
          Discards the UUT.
 void testBothNull()
          Test where both values are null.
 void testEquals()
          Test with the same value.
 void testFirstNull()
          Test where both the first value is null.
 void testLargerSecondValue()
          Test with a larger second value.
 void testSecondNull()
          Test where both the second value is null.
 void testSmallerSecondValue()
          Test with a smaller second value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultCodeComparatorTest

public DefaultCodeComparatorTest()
Method Detail

setUp

public void setUp()
Constructs the UUT.


tearDown

public void tearDown()
Discards the UUT.


testBothNull

public void testBothNull()
Test where both values are null.


testFirstNull

public void testFirstNull()
Test where both the first value is null.


testSecondNull

public void testSecondNull()
Test where both the second value is null.


testEquals

public void testEquals()
Test with the same value.


testLargerSecondValue

public void testLargerSecondValue()
Test with a larger second value.


testSmallerSecondValue

public void testSmallerSecondValue()
Test with a smaller second value.



Copyright © 2007-$2011 Kronseder & Reiner GmbH - smartics. All Rights Reserved.