| org.apache.harmony.luni.tests.java.util.LinkedHashMapTest
LinkedHashMapTest | public class LinkedHashMapTest extends junit.framework.TestCase (Code) | | |
hmSize | final static int hmSize(Code) | | |
setUp | protected void setUp()(Code) | | Sets up the fixture, for example, open a network connection. This method
is called before a test is executed.
|
tearDown | protected void tearDown()(Code) | | Tears down the fixture, for example, close a network connection. This
method is called after a test is executed.
|
test_Constructor | public void test_Constructor()(Code) | | |
test_ConstructorI | public void test_ConstructorI()(Code) | | |
test_ConstructorIF | public void test_ConstructorIF()(Code) | | |
test_ConstructorLjava_util_Map | public void test_ConstructorLjava_util_Map()(Code) | | |
test_clear | public void test_clear()(Code) | | |
test_clone | public void test_clone()(Code) | | |
test_clone_Mock | public void test_clone_Mock()(Code) | | |
test_containsKeyLjava_lang_Object | public void test_containsKeyLjava_lang_Object()(Code) | | |
test_containsValueLjava_lang_Object | public void test_containsValueLjava_lang_Object()(Code) | | |
test_entrySet | public void test_entrySet()(Code) | | |
test_getLjava_lang_Object | public void test_getLjava_lang_Object()(Code) | | |
test_isEmpty | public void test_isEmpty()(Code) | | |
test_keySet | public void test_keySet()(Code) | | |
test_ordered_entrySet | public void test_ordered_entrySet()(Code) | | |
test_ordered_keySet | public void test_ordered_keySet()(Code) | | |
test_ordered_values | public void test_ordered_values()(Code) | | |
test_putAllLjava_util_Map | public void test_putAllLjava_util_Map()(Code) | | |
test_putAll_Ljava_util_Map_Null | public void test_putAll_Ljava_util_Map_Null()(Code) | | |
test_putLjava_lang_ObjectLjava_lang_Object | public void test_putLjava_lang_ObjectLjava_lang_Object()(Code) | | |
test_removeLjava_lang_Object | public void test_removeLjava_lang_Object()(Code) | | |
test_remove_eldest | public void test_remove_eldest()(Code) | | |
test_size | public void test_size()(Code) | | |
test_values | public void test_values()(Code) | | |
|
|