Class WeakHashSetTest


  • @UnitTest
    public class WeakHashSetTest
    extends java.lang.Object
    Testcase for the WeakHashSet.
    • Constructor Summary

      Constructors 
      Constructor Description
      WeakHashSetTest()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void setUp()  
      void testAdd()  
      void testGC()  
      void testRemove()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • WeakHashSetTest

        public WeakHashSetTest()
    • Method Detail

      • setUp

        public void setUp()
                   throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testAdd

        public void testAdd()
                     throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testRemove

        public void testRemove()
                        throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testGC

        public void testGC()
                    throws java.lang.Exception
        Throws:
        java.lang.Exception