ngl_server 1.0
基于 Actor 模型的 C++ 服务器框架
bootstrap_gtest.cpp File Reference

引导启动流程的单元测试。 More...

#include <gtest/gtest.h>
#include <string>
#include "runtime_test_support.h"

Classes

class  bootstrap_test_case::test_rt_env

Functions

 bootstrap_test_case::TEST (A00Bootstrap, LoadConfigAndCsv)

Variables

const ::testing::Environment *const bootstrap_test_case::g_rt_env

Detailed Description

引导启动流程的单元测试。

Variable Documentation

◆ g_rt_env

const ::testing::Environment* const bootstrap_test_case::g_rt_env
Initial value:
=
::testing::AddGlobalTestEnvironment(new test_rt_env())