CYCAMORE
|
#include "manager_inst_tests.h"
Go to the source code of this file.
Macros | |
#define | CYCLUS_AGENT_TESTS_CONNECTED cyclus_agent_tests_connected |
Functions | |
int | ConnectAgentTests () |
INSTANTIATE_TEST_SUITE_P (ManagerInst, AgentTests, Values(&ManagerInstitutionConstructor)) | |
INSTANTIATE_TEST_SUITE_P (ManagerInst, InstitutionTests, Values(&ManagerInstitutionConstructor)) | |
cyclus::Agent * | ManagerInstitutionConstructor (cyclus::Context *ctx) |
TEST_F (ManagerInstTests, producerexists) | |
TEST_F (ManagerInstTests, productioncapacity) | |
Variables | |
static int | cyclus_agent_tests_connected = ConnectAgentTests() |
#define CYCLUS_AGENT_TESTS_CONNECTED cyclus_agent_tests_connected |
Definition at line 59 of file build/cycamore/manager_inst_tests.cc.
int ConnectAgentTests | ( | ) |
INSTANTIATE_TEST_SUITE_P | ( | ManagerInst | , |
AgentTests | , | ||
Values & | ManagerInstitutionConstructor ) |
INSTANTIATE_TEST_SUITE_P | ( | ManagerInst | , |
InstitutionTests | , | ||
Values & | ManagerInstitutionConstructor ) |
cyclus::Agent * ManagerInstitutionConstructor | ( | cyclus::Context * | ctx | ) |
Definition at line 27 of file build/cycamore/manager_inst_tests.cc.
TEST_F | ( | ManagerInstTests | , |
producerexists | ) |
Definition at line 32 of file build/cycamore/manager_inst_tests.cc.
TEST_F | ( | ManagerInstTests | , |
productioncapacity | ) |
Definition at line 47 of file build/cycamore/manager_inst_tests.cc.
|
static |
Definition at line 58 of file build/cycamore/manager_inst_tests.cc.