com.samskivert.util.tests
Class HashIntMapTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by com.samskivert.util.tests.HashIntMapTest
All Implemented Interfaces:
junit.framework.Test

public class HashIntMapTest
extends junit.framework.TestCase


Field Summary
protected static String TEST1
           
protected static String TEST2
           
 
Constructor Summary
HashIntMapTest()
           
 
Method Summary
protected  void checkContents(HashIntMap<Integer> table, String exkeys, String exvals)
           
protected  void populateTable(HashIntMap<Integer> table)
           
 void runTest()
           
static junit.framework.Test suite()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, name, run, run, runBare, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assert, assert, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertNotNull, assertNotNull, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TEST1

protected static final String TEST1
See Also:
Constant Field Values

TEST2

protected static final String TEST2
See Also:
Constant Field Values
Constructor Detail

HashIntMapTest

public HashIntMapTest()
Method Detail

runTest

public void runTest()
Overrides:
runTest in class junit.framework.TestCase

populateTable

protected void populateTable(HashIntMap<Integer> table)

checkContents

protected void checkContents(HashIntMap<Integer> table,
                             String exkeys,
                             String exvals)

suite

public static junit.framework.Test suite()


Copyright © 2000-2008 Michael Bayne. All Rights Reserved.