algorithms_tests.cpp File Reference
#include "catch.hpp"
#include "mango.hpp"

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]")
 

Function Documentation

◆ TEST_CASE() [1/3]

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() [2/3]

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() [3/3]

TEST_CASE ( "get_algorithm(): Verify that return value is consistent with the algorithms array."  ,
""  [algorithms] 
)

Definition at line 37 of file algorithms_tests.cpp.