|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
koala.dynamicjava.util.DynamicJavaTestCase
koala.dynamicjava.util.TigerUtilitiesTest
public class TigerUtilitiesTest
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 |
|---|
public TigerUtilitiesTest()
| Method Detail |
|---|
public void setUp()
setUp in class TestCasepublic void tearDown()
tearDown in class TestCasepublic void testResetVersion()
public void testIsVarArgs()
public void testCorrespondingBoxingType()
public void testCorrespondingPrimType()
public void testIsBoxingType()
public void testIsIntegralType()
public void testBoxesTo()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||