kblib 0.2.3
General utilities library for modern C++
|
#include "kblib/algorithm.h"
#include "catch/catch.hpp"
#include <set>
#include <string>
#include <vector>
Go to the source code of this file.
Functions | |
TEST_CASE ("erase") | |
TEST_CASE ("find family") | |
TEST_CASE ("find_in") | |
TEST_CASE ("search_replace") | |
TEST_CASE ("get_max family") | |
TEST_CASE ("general algorithms") | |
TEST_CASE ("assorted algorithms") | |
TEST_CASE ("zip") | |
TEST_CASE | ( | "assorted algorithms" | ) |
Definition at line 226 of file algorithm.cpp.
TEST_CASE | ( | "erase" | ) |
Definition at line 8 of file algorithm.cpp.
TEST_CASE | ( | "find family" | ) |
Definition at line 25 of file algorithm.cpp.
TEST_CASE | ( | "find_in" | ) |
Definition at line 66 of file algorithm.cpp.
TEST_CASE | ( | "general algorithms" | ) |
TODO(killerbee13): tests for other algorithms
Definition at line 222 of file algorithm.cpp.
TEST_CASE | ( | "get_max family" | ) |
TODO(killerbee13): tests for get_max_*
Definition at line 190 of file algorithm.cpp.
TEST_CASE | ( | "search_replace" | ) |
Definition at line 94 of file algorithm.cpp.
TEST_CASE | ( | "zip" | ) |
Definition at line 271 of file algorithm.cpp.