|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.smartics.exceptions.code.DefaultCodeComparatorTest
public class DefaultCodeComparatorTest
Tests DefaultCodeComparator
.
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 |
---|
public DefaultCodeComparatorTest()
Method Detail |
---|
public void setUp()
public void tearDown()
public void testBothNull()
null
.
public void testFirstNull()
null
.
public void testSecondNull()
null
.
public void testEquals()
public void testLargerSecondValue()
public void testSmallerSecondValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |