java.lang.Object
junit.framework.Assert
junit.framework.TestCase
com.tripi.asp.test.AspCollectionTest
- All Implemented Interfaces:
- junit.framework.Test
- public class AspCollectionTest
- extends junit.framework.TestCase
This class tests the AspCollection object.
| Fields inherited from class junit.framework.TestCase |
|
| Methods inherited from class junit.framework.TestCase |
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, 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 |
zero
public static final java.lang.Integer zero
- Caches versions of integers
one
public static final java.lang.Integer one
two
public static final java.lang.Integer two
three
public static final java.lang.Integer three
AspCollectionTest
public AspCollectionTest(java.lang.String name)
- Constructor.
testPutByIndex
public void testPutByIndex()
throws com.tripi.asp.AspException
- Test put by index
testPutByKey
public void testPutByKey()
throws com.tripi.asp.AspException
- Test put by key
testPutByKeyIndex
public void testPutByKeyIndex()
throws com.tripi.asp.AspException
- Test put by key/index mix
testGetNonExistant
public void testGetNonExistant()
throws com.tripi.asp.AspException
- Test getting non-existant element
testContainsKey
public void testContainsKey()
throws com.tripi.asp.AspException
- Test ContainsKey
testKeysEnumeration
public void testKeysEnumeration()
throws com.tripi.asp.AspException
- Test keys enumeration
testElementsEnumeration
public void testElementsEnumeration()
throws com.tripi.asp.AspException
- Test elements enumeration