org.apache.commons.math3.util
Class DefaultTransformerTest

java.lang.Object
  extended by org.apache.commons.math3.util.DefaultTransformerTest

public class DefaultTransformerTest
extends Object

Version:
$Id: DefaultTransformerTest.java 1244107 2012-02-14 16:17:55Z erans $

Constructor Summary
DefaultTransformerTest()
           
 
Method Summary
 void testSerial()
           
 void testTransformBigDecimal()
           
 void testTransformDouble()
           
 void testTransformInteger()
           
 void testTransformNull()
           
 void testTransformObject()
           
 void testTransformString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultTransformerTest

public DefaultTransformerTest()
Method Detail

testTransformDouble

public void testTransformDouble()
                         throws Exception
Throws:
Exception

testTransformNull

public void testTransformNull()
                       throws Exception
Throws:
Exception

testTransformInteger

public void testTransformInteger()
                          throws Exception
Throws:
Exception

testTransformBigDecimal

public void testTransformBigDecimal()
                             throws Exception
Throws:
Exception

testTransformString

public void testTransformString()
                         throws Exception
Throws:
Exception

testTransformObject

public void testTransformObject()

testSerial

public void testSerial()


Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.