nom.tam.util.test
Class ByteFormatParseTester

java.lang.Object
  extended by nom.tam.util.test.ByteFormatParseTester

public class ByteFormatParseTester
extends java.lang.Object


Constructor Summary
ByteFormatParseTester()
           
 
Method Summary
 void testBoolean()
           
 void testDouble()
           
 void testFloat()
           
 void testInt()
           
 void testLong()
           
 void testString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ByteFormatParseTester

public ByteFormatParseTester()
Method Detail

testInt

public void testInt()
             throws java.lang.Exception
Throws:
java.lang.Exception

testLong

public void testLong()
              throws java.lang.Exception
Throws:
java.lang.Exception

testFloat

public void testFloat()
               throws java.lang.Exception
Throws:
java.lang.Exception

testDouble

public void testDouble()
                throws java.lang.Exception
Throws:
java.lang.Exception

testBoolean

public void testBoolean()
                 throws java.lang.Exception
Throws:
java.lang.Exception

testString

public void testString()
                throws java.lang.Exception
Throws:
java.lang.Exception