|
DryChem 1.0.0
A generic, compile-time C++ toolbox with no dependencies for the modern computational chemistry project.
|
#include <filesystem>#include <sstream>#include <string>#include <vector>#include <common-utils/files.hpp>#include <common-utils/strings.hpp>#include <common-utils/utilities.hpp>#include <gtest/gtest.h>#include "../details/fileDetails.hpp"Go to the source code of this file.
Functions | |
| GTEST_TEST (testFileParsing, defaultParsingOfATSVFileGivesAVectorOfStrings) | |
| GTEST_TEST (testFileParsing, defaultParsingOfACSVFileGivesAVectorOfStrings) | |
| GTEST_TEST (testFileParsing, weCanDefineOurOwnNonDefaultParserUsingALambdaExpression) | |
| GTEST_TEST (testFileParsing, onceAFileIsParsedOnceAllSubsequentTimesUseCaches) | |
| GTEST_TEST (testFileParsing, returningTheFileNameAllowsUsToUtilizeTheFileSystemLibrary) | |
| GTEST_TEST (testFileParsing, tryingToParseANonExistentFileResultsInFatalException) | |
| GTEST_TEST | ( | testFileParsing | , |
| defaultParsingOfATSVFileGivesAVectorOfStrings | ) |
References CppUtils::Files::details::testing::createOutputFile(), and createOutputFile().
| GTEST_TEST | ( | testFileParsing | , |
| defaultParsingOfACSVFileGivesAVectorOfStrings | ) |
References CppUtils::Files::details::testing::createOutputFile(), and createOutputFile().
| GTEST_TEST | ( | testFileParsing | , |
| weCanDefineOurOwnNonDefaultParserUsingALambdaExpression | ) |
References CppUtils::Files::details::testing::createOutputFile(), and createOutputFile().
| GTEST_TEST | ( | testFileParsing | , |
| onceAFileIsParsedOnceAllSubsequentTimesUseCaches | ) |
References CppUtils::Files::details::testing::createOutputFile(), and createOutputFile().
| GTEST_TEST | ( | testFileParsing | , |
| returningTheFileNameAllowsUsToUtilizeTheFileSystemLibrary | ) |
References CppUtils::Files::details::testing::createOutputFile(), and createOutputFile().
| GTEST_TEST | ( | testFileParsing | , |
| tryingToParseANonExistentFileResultsInFatalException | ) |