cz.cuni.amis.utils
Class Test04_Iterators

Package class diagram package Test04_Iterators
java.lang.Object
  extended by cz.cuni.amis.tests.BaseTest
      extended by cz.cuni.amis.utils.Test04_Iterators

public class Test04_Iterators
extends cz.cuni.amis.tests.BaseTest


Field Summary
 
Fields inherited from class cz.cuni.amis.tests.BaseTest
log, NEW_LINE
 
Constructor Summary
Test04_Iterators()
           
 
Method Summary
 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()
           
 void test15_OnlyNull_3()
           
 void test15_OnlyNull_4()
           
 
Methods inherited from class cz.cuni.amis.tests.BaseTest
afterTest, assertFail, assertFalse, assertTrue, baseTestBeforeClass, beforeTest, getLogLevel, is32Bit, is64Bit, isLinux, isMac, isWindows, log, process, process, testFailed, testFailed, testOk
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Test04_Iterators

public Test04_Iterators()
Method Detail

test01_Simple

public void test01_Simple()

test02_Remove

public void test02_Remove()

test03_RemoveExceptions

public void test03_RemoveExceptions()

test04_EmptyIterator_First

public void test04_EmptyIterator_First()

test05_EmptyIterator_Middle

public void test05_EmptyIterator_Middle()

test06_EmptyIterator_Last

public void test06_EmptyIterator_Last()

test07_HasNext_And_Remove

public void test07_HasNext_And_Remove()

test08_HasNext_And_Remove_EmptyIterator_First

public void test08_HasNext_And_Remove_EmptyIterator_First()

test09_HasNext_And_Remove_EmptyIterator_Middle

public void test09_HasNext_And_Remove_EmptyIterator_Middle()

test10_HasNext_And_Remove_EmptyIterator_Last

public void test10_HasNext_And_Remove_EmptyIterator_Last()

test10_HasNext_And_Remove_EmptyIterator_First_NullIterator

public void test10_HasNext_And_Remove_EmptyIterator_First_NullIterator()

test12_HasNext_And_Remove_EmptyIterator_Middle_NullIterator

public void test12_HasNext_And_Remove_EmptyIterator_Middle_NullIterator()

test13_HasNext_And_Remove_EmptyIterator_Last_NullIterator

public void test13_HasNext_And_Remove_EmptyIterator_Last_NullIterator()

test14_HasNext_And_Remove_EmptyIterator_Last_NullIterator

public void test14_HasNext_And_Remove_EmptyIterator_Last_NullIterator()

test15_OnlyNull_1

public void test15_OnlyNull_1()

test15_OnlyNull_2

public void test15_OnlyNull_2()

test15_OnlyNull_3

public void test15_OnlyNull_3()

test15_OnlyNull_4

public void test15_OnlyNull_4()


Copyright © 2015 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.