![]() |
AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "Config.h"
#include "Define.h"
#include "gtest/gtest.h"
#include <boost/filesystem.hpp>
#include <cstdlib>
#include <fstream>
#include <string>
Go to the source code of this file.
Classes | |
class | ConfigEnvTest |
Functions | |
std::string | CreateConfigWithMap (std::map< std::string, std::string > const &map) |
TEST_F (ConfigEnvTest, NestedInt) | |
TEST_F (ConfigEnvTest, SimpleLowerString) | |
TEST_F (ConfigEnvTest, SimpleUpperString) | |
TEST_F (ConfigEnvTest, LongNestedNameWithNumber) | |
TEST_F (ConfigEnvTest, ValueWithSeveralUpperlLaters) | |
TEST_F (ConfigEnvTest, StringThatNotExistInConfig) | |
TEST_F (ConfigEnvTest, IntThatNotExistInConfig) | |
TEST_F (ConfigEnvTest, NotExistingString) | |
TEST_F (ConfigEnvTest, NotExistingInt) | |
std::string CreateConfigWithMap | ( | std::map< std::string, std::string > const & | map | ) |
Referenced by ConfigEnvTest::SetUp().
TEST_F | ( | ConfigEnvTest | , |
IntThatNotExistInConfig | |||
) |
References sConfigMgr.
TEST_F | ( | ConfigEnvTest | , |
LongNestedNameWithNumber | |||
) |
References sConfigMgr.
TEST_F | ( | ConfigEnvTest | , |
NestedInt | |||
) |
References sConfigMgr.
TEST_F | ( | ConfigEnvTest | , |
NotExistingInt | |||
) |
References sConfigMgr.
TEST_F | ( | ConfigEnvTest | , |
NotExistingString | |||
) |
References sConfigMgr.
TEST_F | ( | ConfigEnvTest | , |
SimpleLowerString | |||
) |
References sConfigMgr.
TEST_F | ( | ConfigEnvTest | , |
SimpleUpperString | |||
) |
References sConfigMgr.
TEST_F | ( | ConfigEnvTest | , |
StringThatNotExistInConfig | |||
) |
References sConfigMgr.
TEST_F | ( | ConfigEnvTest | , |
ValueWithSeveralUpperlLaters | |||
) |
References sConfigMgr.