de.smartics.exceptions.code
Class NumberCodeComparatorTest

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

public class NumberCodeComparatorTest
     
     
extends Object

Tests NumberCodeComparator.

Author:
Robert Reiner

Constructor Summary
NumberCodeComparatorTest()
           
 
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

NumberCodeComparatorTest

public NumberCodeComparatorTest()
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.