Go to the source code of this file.
Functions | |
TEST_CASE ("does_algorithm_exist(): Verify that return value is true for all the algorithms.","[algorithms]") | |
TEST_CASE ("does_algorithm_exist(): Verify that return value is false for a bunch of strings that are not algorithm names.","[algorithms]") | |
TEST_CASE ("get_algorithm(): Verify that return value is consistent with the algorithms array.","[algorithms]") | |
TEST_CASE | ( | "does_algorithm_exist(): Verify that return value is false for a bunch of strings that are not algorithm names." | , |
"" | [algorithms] | ||
) |
Definition at line 29 of file algorithms_tests.cpp.
TEST_CASE | ( | "does_algorithm_exist(): Verify that return value is true for all the algorithms." | , |
"" | [algorithms] | ||
) |
Definition at line 23 of file algorithms_tests.cpp.
TEST_CASE | ( | "get_algorithm(): Verify that return value is consistent with the algorithms array." | , |
"" | [algorithms] | ||
) |
Definition at line 37 of file algorithms_tests.cpp.