Class My_tests.
More...
Class My_tests.
This class contains all the unit test related to the methods and funcionality of the class SortingAlgorithms
◆ test_get_performance_data()
def Lab5.My_tests.test_get_performance_data |
( |
|
self | ) |
|
The function of this method is to test the get_performance_data method.
- Parameters
-
◆ test_heap_sort()
def Lab5.My_tests.test_heap_sort |
( |
|
self | ) |
|
The function of this method is to test the Heap Sort algorithm.
- Parameters
-
◆ test_merge_sort()
def Lab5.My_tests.test_merge_sort |
( |
|
self | ) |
|
The function of this method is to test the Merge Sort algorithm.
- Parameters
-
◆ test_quick_sort()
def Lab5.My_tests.test_quick_sort |
( |
|
self | ) |
|
The function of this method is to test the Quick Sort algorithm.
- Parameters
-
◆ test_set_input_data()
def Lab5.My_tests.test_set_input_data |
( |
|
self | ) |
|
The function of this method is to get all the measures related to the performance of the sorting algorithms.
- Parameters
-
◆ test_set_output_data()
def Lab5.My_tests.test_set_output_data |
( |
|
self | ) |
|
The function of this method is to test the outputs.
- Parameters
-