#include <catch2/catch.hpp>
#include "cetlib/search_path.h"
#include "cetlib_except/exception.h"
#include "cetlib_except/exception_category_matcher.h"
#include <string>
Go to the source code of this file.
Functions | |
TEST_CASE ("Autodetect env") | |
TEST_CASE ("Autodetect missing env") | |
TEST_CASE ("Autodetect path") | |
TEST_CASE ("Missing env OK") | |
TEST_CASE ("Specified path") | |
TEST_CASE ("Path entry count checks") | |
TEST_CASE ("Null find check") | |
TEST_CASE ("Path reproduction check") | |
TEST_CASE | ( | "Autodetect env" | ) |
Definition at line 13 of file search_path_test.cc.
TEST_CASE | ( | "Autodetect missing env" | ) |
Definition at line 21 of file search_path_test.cc.
TEST_CASE | ( | "Autodetect path" | ) |
Definition at line 29 of file search_path_test.cc.
TEST_CASE | ( | "Missing env OK" | ) |
Definition at line 36 of file search_path_test.cc.
TEST_CASE | ( | "Specified path" | ) |
Definition at line 44 of file search_path_test.cc.
TEST_CASE | ( | "Path entry count checks" | ) |
Definition at line 51 of file search_path_test.cc.
TEST_CASE | ( | "Null find check" | ) |
Definition at line 67 of file search_path_test.cc.
TEST_CASE | ( | "Path reproduction check" | ) |
Definition at line 75 of file search_path_test.cc.