ifw-sup  1.0.0
Classes | Functions
testConfig.cpp File Reference

Unit tests for the Config class. More...

#include <fstream>
#include <gtest/gtest.h>
#include "mock/mockDbAdapter.hpp"
#include <sup/syssup/common/config.hpp>
#include <rad/logger.hpp>

Classes

class  TestConfig
 

Functions

 TEST_F (TestConfig, DefaultCfg)
 
 TEST_F (TestConfig, CmdLineCfg)
 
 TEST_F (TestConfig, FileCfg)
 
 TEST_F (TestConfig, SubsysCfg)
 
 TEST_F (TestConfig, CfgList)
 
 TEST_F (TestConfig, CfgAccess)
 

Detailed Description

Unit tests for the Config class.

Author

Function Documentation

◆ TEST_F() [1/6]

TEST_F ( TestConfig  ,
CfgAccess   
)

◆ TEST_F() [2/6]

TEST_F ( TestConfig  ,
CfgList   
)

◆ TEST_F() [3/6]

TEST_F ( TestConfig  ,
CmdLineCfg   
)

◆ TEST_F() [4/6]

TEST_F ( TestConfig  ,
DefaultCfg   
)

◆ TEST_F() [5/6]

TEST_F ( TestConfig  ,
FileCfg   
)

◆ TEST_F() [6/6]

TEST_F ( TestConfig  ,
SubsysCfg   
)