koala.dynamicjava.util
Class TigerUtilitiesTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by koala.dynamicjava.util.DynamicJavaTestCase
              extended by koala.dynamicjava.util.TigerUtilitiesTest
All Implemented Interfaces:
Test

public class TigerUtilitiesTest
extends DynamicJavaTestCase

Tests the utility methods in the TigerUtilities class to make sure they are working correctly.


Constructor Summary
TigerUtilitiesTest()
           
 
Method Summary
 void setUp()
           
 void tearDown()
           
 void testBoxesTo()
          Tests the boxesTo method
 void testCorrespondingBoxingType()
          Tests the correspondingBoxingType method
 void testCorrespondingPrimType()
          Tests the correspondingPrimType method
 void testIsBoxingType()
          Tests the isBoxingType method
 void testIsIntegralType()
          Tests the isIntegralType method
 void testIsVarArgs()
          Tests the isVarArgs method
 void testResetVersion()
          Tests the resetVersion method
 
Methods inherited from class koala.dynamicjava.util.DynamicJavaTestCase
setTigerEnabled
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, 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

TigerUtilitiesTest

public TigerUtilitiesTest()
Method Detail

setUp

public void setUp()
Overrides:
setUp in class TestCase

tearDown

public void tearDown()
Overrides:
tearDown in class TestCase

testResetVersion

public void testResetVersion()
Tests the resetVersion method


testIsVarArgs

public void testIsVarArgs()
Tests the isVarArgs method


testCorrespondingBoxingType

public void testCorrespondingBoxingType()
Tests the correspondingBoxingType method


testCorrespondingPrimType

public void testCorrespondingPrimType()
Tests the correspondingPrimType method


testIsBoxingType

public void testIsBoxingType()
Tests the isBoxingType method


testIsIntegralType

public void testIsIntegralType()
Tests the isIntegralType method


testBoxesTo

public void testBoxesTo()
Tests the boxesTo method