*
* @throws Exception
*/
@Test
public void testListIteratorNextAndPrev() throws Exception {
txnScheduler.runTask(new TestAbstractKernelRunnable() {
public void run() throws Exception {
ScalableList<String> list = new ScalableList<String>(6, 6);
ArrayList<String> shadow = new ArrayList<String>();
assertTrue(list.add("A"));
assertTrue(list.add("B"));