|  | 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 src/manager_inst_tests.cc.
| int ConnectAgentTests | ( | ) | 
| INSTANTIATE_TEST_SUITE_P | ( | ManagerInst | , | 
| AgentTests | , | ||
| Values & | ManagerInstitutionConstructor ) | 
References ManagerInstitutionConstructor().
| INSTANTIATE_TEST_SUITE_P | ( | ManagerInst | , | 
| InstitutionTests | , | ||
| Values & | ManagerInstitutionConstructor ) | 
References ManagerInstitutionConstructor().
| cyclus::Agent * ManagerInstitutionConstructor | ( | cyclus::Context * | ctx | ) | 
Definition at line 27 of file src/manager_inst_tests.cc.
| TEST_F | ( | ManagerInstTests | , | 
| producerexists | ) | 
Definition at line 32 of file src/manager_inst_tests.cc.
| TEST_F | ( | ManagerInstTests | , | 
| productioncapacity | ) | 
Definition at line 47 of file src/manager_inst_tests.cc.
| 
 | static | 
Definition at line 58 of file src/manager_inst_tests.cc.