public class ByteAmountTest
extends java.lang.Object
Constructor and Description |
---|
ByteAmountTest() |
Modifier and Type | Method and Description |
---|---|
void |
testAddition() |
void |
testAdditionOverflow() |
void |
testCompare() |
void |
testCompareNull() |
void |
testComparison() |
void |
testConversions() |
void |
testDivideByZero() |
void |
testDivision() |
void |
testEquals() |
void |
testIncreaseBy() |
void |
testIncreaseByNegative() |
void |
testIncreaseByOverflow() |
void |
testMax() |
void |
testMultiplication() |
void |
testMultiplicationOverflow() |
void |
testSubtraction() |
void |
testSubtractionOverflow() |
void |
testToString() |
public void testConversions()
public void testAddition()
public void testAdditionOverflow()
public void testSubtraction()
public void testSubtractionOverflow()
public void testMultiplication()
public void testMultiplicationOverflow()
public void testDivision()
public void testDivideByZero()
public void testIncreaseBy()
public void testIncreaseByOverflow()
public void testIncreaseByNegative()
public void testComparison()
public void testMax()
public void testEquals()
public void testCompare()
public void testCompareNull()
public void testToString()