org.jcoderz.commons.util
Class NumberUtilTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.jcoderz.commons.util.NumberUtilTest
All Implemented Interfaces:
Test

public class NumberUtilTest
extends TestCase


Constructor Summary
NumberUtilTest()
           
 
Method Summary
 void testCountDigits()
           
 void testCountDigitsHigh()
           
 void testCountDigitsNegative()
           
 void testCountDigitsZero()
           
 void testToStringLongInt()
           
 void testToStringLongIntErrorPattern()
           
 void testToStringLongIntErrorPatternZero()
           
 void testToStringLongIntHighScale()
           
 void testToStringLongIntHighScaleAndValue()
           
 void testToStringLongIntNegative()
           
 void testToStringLongIntScale2()
           
 void testToStringLongIntScale3()
           
 void testToStringLongIntZeroScale()
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NumberUtilTest

public NumberUtilTest()
Method Detail

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.