SERiF 0.0.1a
3+1D Stellar Structure and Evolution
|
#include <gtest/gtest.h>
#include "probe.h"
#include <iostream>
#include <string>
#include <vector>
#include <set>
#include <sstream>
#include <regex>
#include <source_location>
#include "config.h"
#include <chrono>
#include "quill/LogMacros.h"
Go to the source code of this file.
Classes | |
class | probeTest |
Functions | |
std::string | getLastLine (const std::string &filename) |
std::string | stripTimestamps (const std::string &logLine) |
TEST_F (probeTest, DefaultConstructorTest) | |
TEST_F (probeTest, waitTest) | |
TEST_F (probeTest, getLoggerTest) | |
TEST_F (probeTest, newFileLoggerTest) | |
TEST_F (probeTest, getLoggerNames) | |
Variables | |
std::string | TEST_CONFIG = std::string(getenv("MESON_SOURCE_ROOT")) + "/tests/testsConfig.yaml" |
std::string getLastLine | ( | const std::string & | filename | ) |
Definition at line 16 of file probeTest.cpp.
std::string stripTimestamps | ( | const std::string & | logLine | ) |
Definition at line 31 of file probeTest.cpp.
TEST_F | ( | probeTest | , |
DefaultConstructorTest | ) |
Definition at line 43 of file probeTest.cpp.
TEST_F | ( | probeTest | , |
getLoggerNames | ) |
Definition at line 88 of file probeTest.cpp.
TEST_F | ( | probeTest | , |
getLoggerTest | ) |
Definition at line 56 of file probeTest.cpp.
TEST_F | ( | probeTest | , |
newFileLoggerTest | ) |
Definition at line 72 of file probeTest.cpp.
TEST_F | ( | probeTest | , |
waitTest | ) |
Definition at line 48 of file probeTest.cpp.
std::string TEST_CONFIG = std::string(getenv("MESON_SOURCE_ROOT")) + "/tests/testsConfig.yaml" |
Definition at line 14 of file probeTest.cpp.