Nano v1.0.0
Simulating Natural Selection
|
Functions | |
TEST_CLASS (bll_unit_testing) | |
TEST_CLASS (get_degree_from_radian) | |
Test case for toRadian method in bll. More... | |
TEST_CLASS (get_distance_between_two_points) | |
Test case for getDistance method in bll. More... | |
TEST_CLASS (get_radian_from_degree) | |
Test case for toRadian method in bll. More... | |
TEST_CLASS (statistics_files_names_getter_2) | |
Test case for getStatisticsNames method in bll. More... | |
TEST_CLASS (statistics_getter_2) | |
Test case for getStatistics method in bll. More... | |
ss::bll::unit_testing::TEST_CLASS | ( | bll_unit_testing | ) |
An Example Tests
ss::bll::unit_testing::TEST_CLASS | ( | get_degree_from_radian | ) |
Test case for toRadian method in bll.
Testing if the function gets the appropriate result from bll utils method.
ss::bll::unit_testing::TEST_CLASS | ( | get_distance_between_two_points | ) |
Test case for getDistance method in bll.
Testing if the function gets the appropriate result from bll utils method.
ss::bll::unit_testing::TEST_CLASS | ( | get_radian_from_degree | ) |
Test case for toRadian method in bll.
Testing if the function gets the appropriate result from bll utils method.
ss::bll::unit_testing::TEST_CLASS | ( | statistics_files_names_getter_2 | ) |
Test case for getStatisticsNames method in bll.
Testing if the function gets the appropriate result from dal method.
ss::bll::unit_testing::TEST_CLASS | ( | statistics_getter_2 | ) |
Test case for getStatistics method in bll.
Testing if the function gets the appropriate result from dal method.