1 // -*- Mode: Java; indent-tabs-mode: t; tab-width: 4 -*-
2 // ---------------------------------------------------------------------------
3 // Multi-Phasic Applications: SquirrelJME
4 // Copyright (C) Stephanie Gawroriski <xer@multiphasicapps.net>
5 // ---------------------------------------------------------------------------
6 // SquirrelJME is under the GNU General Public License v3+, or later.
7 // See license.mkd for licensing and copyright information.
8 // ---------------------------------------------------------------------------
12 import java
.util
.WeakHashMap
;
13 import net
.multiphasicapps
.tac
.TestRunnable
;
16 * Tests {@link WeakHashMap}.
20 public class TestWeakHashMap
24 * Initializes the test.
28 public TestWeakHashMap()
30 super(new WeakHashMap
<Integer
, String
>());
41 // Call super test for common hash map details