org.jcoderz.commons.util
Class NumberUtilTest
java.lang.Object
junit.framework.Assert
junit.framework.TestCase
org.jcoderz.commons.util.NumberUtilTest
- All Implemented Interfaces:
- Test
public class NumberUtilTest
- extends TestCase
| Methods inherited from class junit.framework.TestCase |
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString |
| Methods inherited from class junit.framework.Assert |
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame |
NumberUtilTest
public NumberUtilTest()
testCountDigits
public void testCountDigits()
testCountDigitsNegative
public void testCountDigitsNegative()
testCountDigitsZero
public void testCountDigitsZero()
testCountDigitsHigh
public void testCountDigitsHigh()
testToStringLongInt
public void testToStringLongInt()
testToStringLongIntZeroScale
public void testToStringLongIntZeroScale()
testToStringLongIntScale2
public void testToStringLongIntScale2()
testToStringLongIntScale3
public void testToStringLongIntScale3()
testToStringLongIntHighScale
public void testToStringLongIntHighScale()
testToStringLongIntHighScaleAndValue
public void testToStringLongIntHighScaleAndValue()
testToStringLongIntErrorPattern
public void testToStringLongIntErrorPattern()
testToStringLongIntNegative
public void testToStringLongIntNegative()
testToStringLongIntErrorPatternZero
public void testToStringLongIntErrorPatternZero()
Copyright 2007 The jCoderZ Project.