#include "tests-config.hpp"
Go to the source code of this file.
|
| const TestInfoList< std::vector< std::string >, std::string > | JoinedPaths |
| |
| const TestInfoList< std::string, std::vector< std::string > > | SplittedPaths |
| |
| const BoolTestInfoList< std::pair< std::string, std::string > > | ContainedPaths |
| |
| const TestInfoList< std::string, std::string > | UnixPathsWithTrailing |
| |
| const TestInfoList< std::pair< std::string, char >, std::string > | WinPathsWithTrailing |
| |
| const TestInfoList< std::string, std::string > | UnixPathsToGeneric |
| |
| const TestInfoList< std::string, std::string > | UnixPathsToGenericClean |
| |
| const TestInfoList< std::string, std::string > | UnixPathsToNative |
| |
| const TestInfoList< std::string, std::string > | WinPathsToGeneric |
| |
| const TestInfoList< std::string, std::string > | WinPathsToGenericClean |
| |
| const TestInfoList< std::string, std::string > | WinPathsToNative |
| |
| const TestInfoList< std::string, std::vector< std::string > > | PathsComponents |
| |
| const TestInfoList< std::pair< std::string, std::string >, std::string > | RelativePaths |
| |
| const TestInfoList< std::string, bool > | IsDirPaths |
| |
| const TestInfoList< std::string, bool > | IsFilePaths |
| |
| const TestInfoList< std::string, bool > | ExistsPaths |
| |
◆ BoolTestInfoList
◆ TestInfoList
template<class A , class E >
◆ ContainedPaths
◆ ExistsPaths
◆ IsDirPaths
◆ IsFilePaths
◆ JoinedPaths
| const TestInfoList<std::vector<std::string>,std::string> JoinedPaths |
◆ PathsComponents
| const TestInfoList<std::string,std::vector<std::string> > PathsComponents |
◆ RelativePaths
| const TestInfoList<std::pair<std::string,std::string>,std::string> RelativePaths |
◆ SplittedPaths
| const TestInfoList<std::string,std::vector<std::string> > SplittedPaths |
◆ UnixPathsToGeneric
| const TestInfoList<std::string,std::string> UnixPathsToGeneric |
◆ UnixPathsToGenericClean
| const TestInfoList<std::string,std::string> UnixPathsToGenericClean |
◆ UnixPathsToNative
| const TestInfoList<std::string,std::string> UnixPathsToNative |
◆ UnixPathsWithTrailing
| const TestInfoList<std::string,std::string> UnixPathsWithTrailing |
◆ WinPathsToGeneric
| const TestInfoList<std::string,std::string> WinPathsToGeneric |
◆ WinPathsToGenericClean
| const TestInfoList<std::string,std::string> WinPathsToGenericClean |
◆ WinPathsToNative
| const TestInfoList<std::string,std::string> WinPathsToNative |
◆ WinPathsWithTrailing
| const TestInfoList<std::pair<std::string,char>,std::string> WinPathsWithTrailing |