![]() |
CYCAMORE
|
#include "deploy_inst_tests.h"
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_SUITE_P (DeployInst, AgentTests, Values(&DeployInstitutionConstructor)) | |
INSTANTIATE_TEST_SUITE_P (DeployInst, InstitutionTests, Values(&DeployInstitutionConstructor)) | |
TEST_F (DeployInstTests, BuildTimes) | |
TEST_F (DeployInstTests, FiniteLifetimes) | |
TEST_F (DeployInstTests, NoDupProtos) | |
TEST_F (DeployInstTests, PositionInitialize) | |
TEST_F (DeployInstTests, PositionInitialize2) | |
TEST_F (DeployInstTests, producerexists) | |
TEST_F (DeployInstTests, productioncapacity) | |
TEST_F (DeployInstTests, ProtoNames) | |
Variables | |
static int | cyclus_agent_tests_connected = ConnectAgentTests() |
#define CYCLUS_AGENT_TESTS_CONNECTED cyclus_agent_tests_connected |
Definition at line 223 of file build/cycamore/deploy_inst_tests.cc.
int ConnectAgentTests | ( | ) |
cyclus::Agent * DeployInstitutionConstructor | ( | cyclus::Context * | ctx | ) |
Definition at line 216 of file build/cycamore/deploy_inst_tests.cc.
Referenced by INSTANTIATE_TEST_SUITE_P(), and INSTANTIATE_TEST_SUITE_P().
INSTANTIATE_TEST_SUITE_P | ( | DeployInst | , |
AgentTests | , | ||
Values & | DeployInstitutionConstructor ) |
References DeployInstitutionConstructor().
INSTANTIATE_TEST_SUITE_P | ( | DeployInst | , |
InstitutionTests | , | ||
Values & | DeployInstitutionConstructor ) |
References DeployInstitutionConstructor().
TEST_F | ( | DeployInstTests | , |
BuildTimes | ) |
Definition at line 48 of file build/cycamore/deploy_inst_tests.cc.
TEST_F | ( | DeployInstTests | , |
FiniteLifetimes | ) |
Definition at line 75 of file build/cycamore/deploy_inst_tests.cc.
TEST_F | ( | DeployInstTests | , |
NoDupProtos | ) |
Definition at line 128 of file build/cycamore/deploy_inst_tests.cc.
TEST_F | ( | DeployInstTests | , |
PositionInitialize | ) |
Definition at line 157 of file build/cycamore/deploy_inst_tests.cc.
TEST_F | ( | DeployInstTests | , |
PositionInitialize2 | ) |
Definition at line 174 of file build/cycamore/deploy_inst_tests.cc.
TEST_F | ( | DeployInstTests | , |
producerexists | ) |
Definition at line 193 of file build/cycamore/deploy_inst_tests.cc.
TEST_F | ( | DeployInstTests | , |
productioncapacity | ) |
Definition at line 207 of file build/cycamore/deploy_inst_tests.cc.
TEST_F | ( | DeployInstTests | , |
ProtoNames | ) |
Definition at line 28 of file build/cycamore/deploy_inst_tests.cc.
|
static |
Definition at line 222 of file build/cycamore/deploy_inst_tests.cc.