Generating Documentation
Software Analysis, Design and Construction
Lab5.My_tests Class Reference

Class My_tests. More...

Inheritance diagram for Lab5.My_tests:

Public Member Functions

def test_set_input_data (self)
 The function of this method is to get all the measures related to the performance of the sorting algorithms. More...
 
def test_merge_sort (self)
 The function of this method is to test the Merge Sort algorithm. More...
 
def test_heap_sort (self)
 The function of this method is to test the Heap Sort algorithm. More...
 
def test_quick_sort (self)
 The function of this method is to test the Quick Sort algorithm. More...
 
def test_get_performance_data (self)
 The function of this method is to test the get_performance_data method. More...
 
def test_set_output_data (self)
 The function of this method is to test the outputs. More...
 

Detailed Description

Class My_tests.

This class contains all the unit test related to the methods and funcionality of the class SortingAlgorithms

Member Function Documentation

◆ 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
selfThe object pointer.

◆ test_heap_sort()

def Lab5.My_tests.test_heap_sort (   self)

The function of this method is to test the Heap Sort algorithm.

Parameters
selfThe object pointer.

◆ test_merge_sort()

def Lab5.My_tests.test_merge_sort (   self)

The function of this method is to test the Merge Sort algorithm.

Parameters
selfThe object pointer.

◆ test_quick_sort()

def Lab5.My_tests.test_quick_sort (   self)

The function of this method is to test the Quick Sort algorithm.

Parameters
selfThe object pointer.

◆ 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
selfThe object pointer.

◆ test_set_output_data()

def Lab5.My_tests.test_set_output_data (   self)

The function of this method is to test the outputs.

Parameters
selfThe object pointer.