cz.cuni.amis.utils.heap
Class Test01_Heap

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

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


Field Summary
 
Fields inherited from class cz.cuni.amis.tests.BaseTest
log, NEW_LINE
 
Constructor Summary
Test01_Heap()
           
 
Method Summary
 void mainAdd(Heap heap, Integer[] nums)
           
 boolean mainCheck(Heap heap, Integer[] nums)
           
 String mainToStr(Integer[] nums)
           
 void test()
           
 
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

Test01_Heap

public Test01_Heap()
Method Detail

mainToStr

public String mainToStr(Integer[] nums)

mainCheck

public boolean mainCheck(Heap heap,
                         Integer[] nums)

mainAdd

public void mainAdd(Heap heap,
                    Integer[] nums)

test

public void test()


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