public class MutableIntTest extends Object
MutableInt| Constructor and Description |
|---|
MutableIntTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
testAddValueObject() |
void |
testAddValuePrimitive() |
void |
testCompareTo() |
void |
testCompareToNull() |
void |
testConstructorNull() |
void |
testConstructors() |
void |
testDecrement() |
void |
testEquals() |
void |
testGetSet() |
void |
testHashCode() |
void |
testIncrement() |
void |
testPrimitiveValues() |
void |
testSetNull() |
void |
testSubtractValueObject() |
void |
testSubtractValuePrimitive() |
void |
testToInteger() |
void |
testToString() |
public MutableIntTest()
public void testConstructors()
public void testConstructorNull()
public void testGetSet()
public void testSetNull()
public void testEquals()
public void testHashCode()
public void testCompareTo()
public void testCompareToNull()
public void testPrimitiveValues()
public void testToInteger()
public void testIncrement()
public void testDecrement()
public void testAddValuePrimitive()
public void testAddValueObject()
public void testSubtractValuePrimitive()
public void testSubtractValueObject()
public void testToString()
Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.