tests.core.data package

Submodules

tests.core.data.test_comparison_data module

class tests.core.data.test_comparison_data.TestComparisonData(methodName='runTest')[source]

Bases: TestCase

Tests for the ComparisonData class.

test_clean_data()[source]

Tests the method to clean all data lists.

test_get_compareFRK5()[source]

Tests the method to return the compareFRK5 list.

test_get_compareFRK6()[source]

Tests the method to return the compareFRK6 list.

test_get_compareFRK7()[source]

Tests the method to return the compareFRK7 list.

test_get_compareFRK8()[source]

Tests the method to return the compareFRK8 list.

test_get_compareRK1()[source]

Tests the method to return the compareRK1 list.

test_get_compareRK2()[source]

Tests the method to return the compareRK2 list.

test_get_compareRK3()[source]

Tests the method to return the compareRK3 list.

test_get_compareRK4()[source]

Tests the method to return the compareRK4 list.

test_get_compareRK5()[source]

Tests the method to return the compareRK5 list.

test_get_compareRK6()[source]

Tests the method to return the compareRK6 list.

test_get_max_values()[source]

Tests the method to return the max_values list.

test_get_mean_values()[source]

Tests the method to return the mean_values list.

test_get_min_values()[source]

Tests the method to return the min_values list.

test_init()[source]

Tests the constructor initializing empty lists.

test_set_compareFRK5()[source]

Tests the method to set compareFRK5 element.

test_set_compareFRK6()[source]

Tests the method to set compareFRK6 element.

test_set_compareFRK7()[source]

Tests the method to set compareFRK7 element.

test_set_compareFRK8()[source]

Tests the method to set compareFRK8 element.

test_set_compareRK1()[source]

Tests the method to set compareRK1 element.

test_set_compareRK2()[source]

Tests the method to set compareRK2 element.

test_set_compareRK3()[source]

Tests the method to set compareRK3 element.

test_set_compareRK4()[source]

Tests the method to set compareRK4 element.

test_set_compareRK5()[source]

Tests the method to set compareRK5 element.

test_set_compareRK6()[source]

Tests the method to set compareRK6 element.

test_set_max_values()[source]

Tests the method to set max_values element.

test_set_mean_values()[source]

Tests the method to set mean_values element.

test_set_min_values()[source]

Tests the method to set min_values element.

tests.core.data.test_input_data module

class tests.core.data.test_input_data.TestInputData(methodName='runTest')[source]

Bases: TestCase

Tests for the InputData class.

test_get_dt()[source]

Tests the method to get the delta of time period.

test_get_intervals()[source]

Tests the method to get the intervals inside the time period.

test_get_t_max()[source]

Tests the method to get the ending of time period.

test_get_t_min()[source]

Tests the method to get the beginning of time period.

test_get_truth_table()[source]

Tests the method to get the truth table.

test_init()[source]

Test to check constructor while creating the object.

test_set_dt()[source]

Tests the method to set the delta of time period.

test_set_intervals()[source]

Tests the method to count the intervals inside the time period.

test_set_t_max()[source]

Tests the method to set the ending of time period.

test_set_t_min()[source]

Tests the method to set the beginning of time period.

test_set_truth_table()[source]

Tests the method to set the truth table.

tests.core.data.test_output_data module

class tests.core.data.test_output_data.TestOutputData(methodName='runTest')[source]

Bases: TestCase

Tests for the OutputData class.

test_get_resultFRK5()[source]

Tests the method to get the list of FRK5 results.

test_get_resultFRK6()[source]

Tests the method to get the list of FRK6 results.

test_get_resultFRK7()[source]

Tests the method to get the list of FRK7 results.

test_get_resultFRK8()[source]

Tests the method to get the list of FRK8 results.

test_get_resultRK1()[source]

Tests the method to get the list for RK1 results.

test_get_resultRK2()[source]

Tests the method to get the list for RK2 results.

test_get_resultRK3()[source]

Tests the method to get the list of RK3 results.

test_get_resultRK4()[source]

Tests the method to get the list of RK4 results.

test_get_resultRK5()[source]

Tests the method to get the list of RK5 results.

test_get_resultRK6()[source]

Tests the method to get the list of RK6 results.

test_get_result_analytical()[source]

Tests the method to get the list of analytical results.

test_get_time()[source]

Tests the method to get the time list.

test_init()[source]

Test to check constructor while creating the object.

test_set_result()[source]

Test to check the method calling all set methods.

test_set_resultFRK5()[source]

Tests the method to set the first element of list for FRK5 results.

test_set_resultFRK6()[source]

Tests the method to set the first element of list for FRK6 results.

test_set_resultFRK7()[source]

Tests the method to set the first element of list for FRK7 results.

test_set_resultFRK8()[source]

Tests the method to set the first element of list for FRK8 results.

test_set_resultRK1()[source]

Tests the method to set the first element of list for RK1 results.

test_set_resultRK2()[source]

Tests the method to set the first element of list for RK2 results.

test_set_resultRK3()[source]

Tests the method to set the first element of list for RK3 results.

test_set_resultRK4()[source]

Tests the method to set the first element of list for RK4 results.

test_set_resultRK5()[source]

Tests the method to set the first element of list for RK5 results.

test_set_resultRK6()[source]

Tests the method to set the first element of list for RK6 results.

test_set_result_analytical()[source]

Tests the method to set the empty list for analytical results.

test_set_time()[source]

Tests the method to set the first element of time list.

test_set_time_final()[source]

Tests the method to set the time list.

Module contents