public class StorageElementsContainerTest
extends java.lang.Object
| Constructor and Description |
|---|
StorageElementsContainerTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
init() |
void |
testAddRemove()
Tests if add and remove operation works correctly including "counting" of how many an element has been added.
|
void |
testAddRemoveInterleavedSequence()
Tests interleaved sequence of adding and remove operations: For input sequence of elements: a,b,c,d,...,y,z it
does the following: add(a) and then in sequence:
add(b),remove(a),add(c),remove(b),add(d),remove(c),...,add(z),remove(y) and then it finishes with: remove(z).
|
void |
testRemoveAll()
Test the
StorageElementsContainer.removeAll() method |
void |
testRemoveAllForElement()
Test the
StorageElementsContainer.removeAll(Serializable) method |
public void init()
public void testAddRemove()
public void testAddRemoveInterleavedSequence()
public void testRemoveAllForElement()
StorageElementsContainer.removeAll(Serializable) methodpublic void testRemoveAll()
StorageElementsContainer.removeAll() methodCopyright © 2018 SAP SE. All Rights Reserved.