org.mule.util
Class ObjectUtilsTestCase

java.lang.Object
  extended by org.mule.tck.junit4.AbstractMuleTestCase
      extended by org.mule.util.ObjectUtilsTestCase

public class ObjectUtilsTestCase
extends AbstractMuleTestCase


Field Summary
 
Fields inherited from class org.mule.tck.junit4.AbstractMuleTestCase
DEFAULT_TEST_TIMEOUT_SECS, globalTimeout, logger, name, TEST_TIMEOUT_SYSTEM_PROPERTY
 
Constructor Summary
ObjectUtilsTestCase()
           
 
Method Summary
 void testBooleanConversion()
           
 void testByteConversion()
           
 void testDoubleConversion()
           
 void testFloatConversion()
           
 void testIdentityToShortString()
           
 void testIntConversion()
           
 void testLongConversion()
           
 void testShortConversion()
           
 void testStringConversion()
           
 
Methods inherited from class org.mule.tck.junit4.AbstractMuleTestCase
clearExcludedFlag, clearRequestContext, createTestTimeoutRule, getTestHeader, getTestTimeoutSecs, getTimeoutSystemProperty, initializeMuleTest, isDisabledInThisEnvironment, isDisabledInThisEnvironment, isExcluded, isFailOnTimeout, isOffline, isTestIncludedInExclusionFile
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectUtilsTestCase

public ObjectUtilsTestCase()
Method Detail

testIdentityToShortString

public void testIdentityToShortString()

testBooleanConversion

public void testBooleanConversion()
                           throws Exception
Throws:
Exception

testShortConversion

public void testShortConversion()
                         throws Exception
Throws:
Exception

testByteConversion

public void testByteConversion()
                        throws Exception
Throws:
Exception

testIntConversion

public void testIntConversion()
                       throws Exception
Throws:
Exception

testLongConversion

public void testLongConversion()
                        throws Exception
Throws:
Exception

testFloatConversion

public void testFloatConversion()
                         throws Exception
Throws:
Exception

testDoubleConversion

public void testDoubleConversion()
                          throws Exception
Throws:
Exception

testStringConversion

public void testStringConversion()
                          throws Exception
Throws:
Exception


Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.