ifw-core 6.0.0
|
#include <fstream>
#include <filesystem>
#include <fmt/format.h>
#include <gtest/gtest.h>
#include <ifw/core/utils/time/time.hpp>
#include <ifw/core/utils/system/system.hpp>
#include <ifw/core/utils/bat/config.hpp>
Classes | |
class | TestConfig |
Unit tests for the Config class. More... | |
Functions | |
TEST_F (TestConfig, DefaultCfg) | |
TEST_F (TestConfig, CmdLineCfg) | |
TEST_F (TestConfig, FileCfg) | |
TEST_F (TestConfig, MergeCfg) | |
TEST_F (TestConfig, SetConfigAsString) | |
TEST_F (TestConfig, ReloadConfig) | |
TEST_F (TestConfig, IncludeCfg) | |
TEST_F (TestConfig, GetConfigAsString) | |
int | main (int argc, char **argv) |
int main | ( | int | argc, |
char ** | argv ) |
TEST_F | ( | TestConfig | , |
CmdLineCfg | ) |
TEST_F | ( | TestConfig | , |
DefaultCfg | ) |
TEST_F | ( | TestConfig | , |
FileCfg | ) |
TEST_F | ( | TestConfig | , |
GetConfigAsString | ) |
TEST_F | ( | TestConfig | , |
IncludeCfg | ) |
TEST_F | ( | TestConfig | , |
MergeCfg | ) |
TEST_F | ( | TestConfig | , |
ReloadConfig | ) |
TEST_F | ( | TestConfig | , |
SetConfigAsString | ) |