rad 6.2.0
Loading...
Searching...
No Matches
Classes | Functions
testHelper.cpp File Reference

Unit tests for the Helper class. More...

#include <rad/helper.hpp>
#include <gtest/gtest.h>
#include <boost/algorithm/string.hpp>
#include <cstdio>
#include <fstream>
#include <sys/stat.h>

Classes

class  TestHelper
 

Functions

 TEST_F (TestHelper, GetEnvVar)
 
 TEST_F (TestHelper, FileExists)
 
 TEST_F (TestHelper, FindFileCurDir)
 
 TEST_F (TestHelper, FindFileIntRoot)
 
 TEST_F (TestHelper, FindFileCfgPath)
 
 TEST_F (TestHelper, DISABLED_CreateIdentity)
 
 TEST_F (TestHelper, GetVersion)
 

Detailed Description

Unit tests for the Helper class.

Author
landolfa

Function Documentation

◆ TEST_F() [1/7]

TEST_F ( TestHelper ,
DISABLED_CreateIdentity  )

◆ TEST_F() [2/7]

TEST_F ( TestHelper ,
FileExists  )

◆ TEST_F() [3/7]

TEST_F ( TestHelper ,
FindFileCfgPath  )

◆ TEST_F() [4/7]

TEST_F ( TestHelper ,
FindFileCurDir  )

◆ TEST_F() [5/7]

TEST_F ( TestHelper ,
FindFileIntRoot  )

◆ TEST_F() [6/7]

TEST_F ( TestHelper ,
GetEnvVar  )

◆ TEST_F() [7/7]

TEST_F ( TestHelper ,
GetVersion  )