#include <storage_tests.h>
|
void | InitParameters () |
|
void | InitParameters () |
|
virtual void | SetUp () |
|
virtual void | SetUp () |
|
void | SetUpStorage () |
|
void | SetUpStorage () |
|
virtual void | TearDown () |
|
virtual void | TearDown () |
|
void | TestAddMat (cycamore::Storage *fac, cyclus::Material::Ptr mat) |
|
void | TestAddMat (cycamore::Storage *fac, cyclus::Material::Ptr mat) |
|
void | TestBuffers (cycamore::Storage *fac, double inv, double proc, double ready, double stocks) |
|
void | TestBuffers (cycamore::Storage *fac, double inv, double proc, double ready, double stocks) |
|
void | TestCurrentCap (cycamore::Storage *fac, double inv) |
|
void | TestCurrentCap (cycamore::Storage *fac, double inv) |
|
void | TestInitState (cycamore::Storage *fac) |
|
void | TestInitState (cycamore::Storage *fac) |
|
void | TestReadyTime (cycamore::Storage *fac, int t) |
|
void | TestReadyTime (cycamore::Storage *fac, int t) |
|
void | TestStocks (cycamore::Storage *fac, cyclus::CompMap v) |
|
void | TestStocks (cycamore::Storage *fac, cyclus::CompMap v) |
|
◆ InitParameters() [1/2]
void cycamore::StorageTest::InitParameters |
( |
| ) |
|
|
protected |
◆ InitParameters() [2/2]
void cycamore::StorageTest::InitParameters |
( |
| ) |
|
|
protected |
◆ SetUp() [1/2]
void cycamore::StorageTest::SetUp |
( |
| ) |
|
|
protectedvirtual |
◆ SetUp() [2/2]
virtual void cycamore::StorageTest::SetUp |
( |
| ) |
|
|
protectedvirtual |
◆ SetUpStorage() [1/2]
void cycamore::StorageTest::SetUpStorage |
( |
| ) |
|
|
protected |
Definition at line 37 of file build/cycamore/storage_tests.cc.
References cycamore::Storage::discrete_handling, discrete_handling, in_c1, cycamore::Storage::in_commods, in_r1, cycamore::Storage::in_recipe, cycamore::Storage::inventory_tracker, cycamore::Storage::max_inv_size, max_inv_size, out_c1, cycamore::Storage::out_commods, cycamore::Storage::package, package, cycamore::Storage::residence_time, residence_time, src_facility_, cycamore::Storage::throughput, and throughput.
Referenced by SetUp(), cycamore::TEST_F(), cycamore::TEST_F(), cycamore::TEST_F(), and cycamore::TEST_F().
◆ SetUpStorage() [2/2]
void cycamore::StorageTest::SetUpStorage |
( |
| ) |
|
|
protected |
◆ TearDown() [1/2]
void cycamore::StorageTest::TearDown |
( |
| ) |
|
|
protectedvirtual |
◆ TearDown() [2/2]
virtual void cycamore::StorageTest::TearDown |
( |
| ) |
|
|
protectedvirtual |
◆ TestAddMat() [1/2]
void cycamore::StorageTest::TestAddMat |
( |
cycamore::Storage * | fac, |
|
|
cyclus::Material::Ptr | mat ) |
|
protected |
◆ TestAddMat() [2/2]
void cycamore::StorageTest::TestAddMat |
( |
cycamore::Storage * | fac, |
|
|
cyclus::Material::Ptr | mat ) |
|
protected |
◆ TestBuffers() [1/2]
void cycamore::StorageTest::TestBuffers |
( |
cycamore::Storage * | fac, |
|
|
double | inv, |
|
|
double | proc, |
|
|
double | ready, |
|
|
double | stocks ) |
|
protected |
◆ TestBuffers() [2/2]
void cycamore::StorageTest::TestBuffers |
( |
cycamore::Storage * | fac, |
|
|
double | inv, |
|
|
double | proc, |
|
|
double | ready, |
|
|
double | stocks ) |
|
protected |
◆ TestCurrentCap() [1/2]
◆ TestCurrentCap() [2/2]
◆ TestInitState() [1/2]
◆ TestInitState() [2/2]
◆ TestReadyTime() [1/2]
◆ TestReadyTime() [2/2]
◆ TestStocks() [1/2]
void cycamore::StorageTest::TestStocks |
( |
cycamore::Storage * | fac, |
|
|
cyclus::CompMap | v ) |
|
protected |
◆ TestStocks() [2/2]
void cycamore::StorageTest::TestStocks |
( |
cycamore::Storage * | fac, |
|
|
cyclus::CompMap | v ) |
|
protected |
◆ discrete_handling
bool cycamore::StorageTest::discrete_handling |
|
protected |
◆ in_c1
std::vector< std::string > cycamore::StorageTest::in_c1 |
|
protected |
◆ in_r1
std::string cycamore::StorageTest::in_r1 |
|
protected |
Definition at line 34 of file build/cycamore/storage_tests.h.
Referenced by InitParameters(), SetUpStorage(), cycamore::TEST_F(), cycamore::TEST_F(), cycamore::TEST_F(), cycamore::TEST_F(), cycamore::TEST_F(), cycamore::TEST_F(), cycamore::TEST_F(), cycamore::TEST_F(), and TestInitState().
◆ max_inv_size
double cycamore::StorageTest::max_inv_size |
|
protected |
◆ out_c1
std::vector< std::string > cycamore::StorageTest::out_c1 |
|
protected |
◆ package
std::string cycamore::StorageTest::package |
|
protected |
◆ residence_time
int cycamore::StorageTest::residence_time |
|
protected |
Definition at line 36 of file build/cycamore/storage_tests.h.
Referenced by InitParameters(), SetUpStorage(), cycamore::TEST_F(), cycamore::TEST_F(), cycamore::TEST_F(), cycamore::TEST_F(), cycamore::TEST_F(), cycamore::TEST_F(), cycamore::TEST_F(), cycamore::TEST_F(), and TestInitState().
◆ src_facility_
Storage * cycamore::StorageTest::src_facility_ |
|
protected |
Definition at line 17 of file build/cycamore/storage_tests.h.
Referenced by SetUp(), SetUpStorage(), TearDown(), cycamore::TEST_F(), cycamore::TEST_F(), cycamore::TEST_F(), cycamore::TEST_F(), cycamore::TEST_F(), cycamore::TEST_F(), cycamore::TEST_F(), cycamore::TEST_F(), cycamore::TEST_F(), cycamore::TEST_F(), cycamore::TEST_F(), cycamore::TEST_F(), cycamore::TEST_F(), and cycamore::TEST_F().
◆ tc_
cyclus::TestContext cycamore::StorageTest::tc_ |
|
protected |
Definition at line 16 of file build/cycamore/storage_tests.h.
Referenced by SetUp(), cycamore::TEST_F(), cycamore::TEST_F(), cycamore::TEST_F(), cycamore::TEST_F(), cycamore::TEST_F(), cycamore::TEST_F(), cycamore::TEST_F(), cycamore::TEST_F(), cycamore::TEST_F(), and TestBuffers().
◆ throughput
double cycamore::StorageTest::throughput |
|
protected |
Definition at line 37 of file build/cycamore/storage_tests.h.
Referenced by InitParameters(), SetUpStorage(), cycamore::TEST_F(), cycamore::TEST_F(), cycamore::TEST_F(), cycamore::TEST_F(), cycamore::TEST_F(), cycamore::TEST_F(), cycamore::TEST_F(), cycamore::TEST_F(), and TestInitState().
The documentation for this class was generated from the following files: