CYCAMORE
Macros | Functions | Variables
src/manager_inst_tests.cc File Reference
#include "manager_inst_tests.h"
Include dependency graph for src/manager_inst_tests.cc:

Go to the source code of this file.

Macros

#define CYCLUS_AGENT_TESTS_CONNECTED   cyclus_agent_tests_connected
 

Functions

int ConnectAgentTests ()
 
 INSTANTIATE_TEST_CASE_P (ManagerInst, InstitutionTests, Values(&ManagerInstitutionConstructor))
 
 INSTANTIATE_TEST_CASE_P (ManagerInst, AgentTests, Values(&ManagerInstitutionConstructor))
 
cyclus::Agent * ManagerInstitutionConstructor (cyclus::Context *ctx)
 
 TEST_F (ManagerInstTests, producerexists)
 
 TEST_F (ManagerInstTests, productioncapacity)
 

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 60 of file src/manager_inst_tests.cc.

Function Documentation

◆ ConnectAgentTests()

int ConnectAgentTests ( )

◆ INSTANTIATE_TEST_CASE_P() [1/2]

INSTANTIATE_TEST_CASE_P ( ManagerInst  ,
InstitutionTests  ,
Values &  ManagerInstitutionConstructor 
)

◆ INSTANTIATE_TEST_CASE_P() [2/2]

INSTANTIATE_TEST_CASE_P ( ManagerInst  ,
AgentTests  ,
Values &  ManagerInstitutionConstructor 
)

◆ ManagerInstitutionConstructor()

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

Definition at line 28 of file src/manager_inst_tests.cc.

◆ TEST_F() [1/2]

TEST_F ( ManagerInstTests  ,
producerexists   
)

Definition at line 33 of file src/manager_inst_tests.cc.

◆ TEST_F() [2/2]

TEST_F ( ManagerInstTests  ,
productioncapacity   
)

Definition at line 48 of file src/manager_inst_tests.cc.

Variable Documentation

◆ cyclus_agent_tests_connected

int cyclus_agent_tests_connected = ConnectAgentTests()
static

Definition at line 59 of file src/manager_inst_tests.cc.