public class Test04_Iterators
extends cz.cuni.amis.tests.BaseTest
Constructor and Description |
---|
Test04_Iterators() |
Modifier and Type | Method and Description |
---|---|
void |
test01_Simple() |
void |
test02_Remove() |
void |
test03_RemoveExceptions() |
void |
test04_EmptyIterator_First() |
void |
test05_EmptyIterator_Middle() |
void |
test06_EmptyIterator_Last() |
void |
test07_HasNext_And_Remove() |
void |
test08_HasNext_And_Remove_EmptyIterator_First() |
void |
test09_HasNext_And_Remove_EmptyIterator_Middle() |
void |
test10_HasNext_And_Remove_EmptyIterator_First_NullIterator() |
void |
test10_HasNext_And_Remove_EmptyIterator_Last() |
void |
test12_HasNext_And_Remove_EmptyIterator_Middle_NullIterator() |
void |
test13_HasNext_And_Remove_EmptyIterator_Last_NullIterator() |
void |
test14_HasNext_And_Remove_EmptyIterator_Last_NullIterator() |
void |
test15_OnlyNull_1() |
void |
test15_OnlyNull_2() |
public void test01_Simple()
public void test02_Remove()
public void test03_RemoveExceptions()
public void test04_EmptyIterator_First()
public void test05_EmptyIterator_Middle()
public void test06_EmptyIterator_Last()
public void test07_HasNext_And_Remove()
public void test08_HasNext_And_Remove_EmptyIterator_First()
public void test09_HasNext_And_Remove_EmptyIterator_Middle()
public void test10_HasNext_And_Remove_EmptyIterator_Last()
public void test10_HasNext_And_Remove_EmptyIterator_First_NullIterator()
public void test12_HasNext_And_Remove_EmptyIterator_Middle_NullIterator()
public void test13_HasNext_And_Remove_EmptyIterator_Last_NullIterator()
public void test14_HasNext_And_Remove_EmptyIterator_Last_NullIterator()
public void test15_OnlyNull_1()
public void test15_OnlyNull_2()
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.