Class HolderContainerTest

java.lang.Object
org.semispace.HolderContainerTest

public class HolderContainerTest extends Object
  • Constructor Details

    • HolderContainerTest

      public HolderContainerTest()
  • Method Details

    • testAlmostEmptyHolderContainer

      @Test public void testAlmostEmptyHolderContainer()
    • testHolderContainerWith2Elements

      @Test public void testHolderContainerWith2Elements()
    • testHolderContainer

      @Test public void testHolderContainer()
    • testIdentityOfRemovedElement

      @Test public void testIdentityOfRemovedElement()
    • testHavingFewElements

      @Test public void testHavingFewElements()
    • testInsertionRate

      @Test public void testInsertionRate()
      Not expected to fail on insertion time, really. Just testing how many elements that can be inserted and removed. Note that I do test whether the same number was removed as inserted.