| org.drools.util.PrimitiveLongMapTest
PrimitiveLongMapTest | public class PrimitiveLongMapTest extends TestCase (Code) | | |
testGetWithNegativeKeyReturnsNull | public void testGetWithNegativeKeyReturnsNull()(Code) | | |
testLastIndexBoundary | public void testLastIndexBoundary()(Code) | | |
testMaxKey | public void testMaxKey()(Code) | | this tests maxKey for gets and removes if ( key > this.maxKey || key < 0 ) {
return null; }
|
testPaging | public void testPaging()(Code) | | |
testPutWithNegativeKeyThrowsIllegalArgumentException | public void testPutWithNegativeKeyThrowsIllegalArgumentException()(Code) | | |
testRemoveWithNegativeReturnsNull | public void testRemoveWithNegativeReturnsNull()(Code) | | |
testSize | public void testSize()(Code) | | |
testValues | public void testValues()(Code) | | |
|
|