CYCAMORE
Macros | Functions | Variables
src/deploy_inst_tests.cc File Reference
#include <gtest/gtest.h>
#include "context.h"
#include "deploy_inst.h"
#include "institution_tests.h"
#include "agent_tests.h"
Include dependency graph for src/deploy_inst_tests.cc:

Go to the source code of this file.

Macros

#define CYCLUS_AGENT_TESTS_CONNECTED   cyclus_agent_tests_connected
 

Functions

int ConnectAgentTests ()
 
cyclus::Agent * DeployInstitutionConstructor (cyclus::Context *ctx)
 
 INSTANTIATE_TEST_CASE_P (DeployInst, InstitutionTests, Values(&DeployInstitutionConstructor))
 
 INSTANTIATE_TEST_CASE_P (DeployInst, AgentTests, Values(&DeployInstitutionConstructor))
 
 TEST (DeployInstTests, ProtoNames)
 
 TEST (DeployInstTests, BuildTimes)
 
 TEST (DeployInstTests, FiniteLifetimes)
 
 TEST (DeployInstTests, NoDupProtos)
 
 TEST (DeployInstTests, PositionInitialize)
 
 TEST (DeployInstTests, PositionInitialize2)
 

Variables

static int cyclus_agent_tests_connected = ConnectAgentTests()
 

Macro Definition Documentation

◆ CYCLUS_AGENT_TESTS_CONNECTED

#define CYCLUS_AGENT_TESTS_CONNECTED   cyclus_agent_tests_connected

Definition at line 188 of file src/deploy_inst_tests.cc.

Function Documentation

◆ ConnectAgentTests()

int ConnectAgentTests ( )

◆ DeployInstitutionConstructor()

cyclus::Agent* DeployInstitutionConstructor ( cyclus::Context *  ctx)

Definition at line 181 of file src/deploy_inst_tests.cc.

References ConnectAgentTests().

Here is the call graph for this function:

◆ INSTANTIATE_TEST_CASE_P() [1/2]

INSTANTIATE_TEST_CASE_P ( DeployInst  ,
InstitutionTests  ,
Values &  DeployInstitutionConstructor 
)

◆ INSTANTIATE_TEST_CASE_P() [2/2]

INSTANTIATE_TEST_CASE_P ( DeployInst  ,
AgentTests  ,
Values &  DeployInstitutionConstructor 
)

◆ TEST() [1/6]

TEST ( DeployInstTests  ,
ProtoNames   
)

Definition at line 15 of file src/deploy_inst_tests.cc.

References cycamore::string.

◆ TEST() [2/6]

TEST ( DeployInstTests  ,
BuildTimes   
)

Definition at line 35 of file src/deploy_inst_tests.cc.

References cycamore::string.

◆ TEST() [3/6]

TEST ( DeployInstTests  ,
FiniteLifetimes   
)

Definition at line 62 of file src/deploy_inst_tests.cc.

References cycamore::string.

◆ TEST() [4/6]

TEST ( DeployInstTests  ,
NoDupProtos   
)

Definition at line 115 of file src/deploy_inst_tests.cc.

References cycamore::string.

◆ TEST() [5/6]

TEST ( DeployInstTests  ,
PositionInitialize   
)

Definition at line 144 of file src/deploy_inst_tests.cc.

References cycamore::string.

◆ TEST() [6/6]

TEST ( DeployInstTests  ,
PositionInitialize2   
)

Definition at line 161 of file src/deploy_inst_tests.cc.

References cycamore::string.

Variable Documentation

◆ cyclus_agent_tests_connected

int cyclus_agent_tests_connected = ConnectAgentTests()
static

Definition at line 187 of file src/deploy_inst_tests.cc.