CYCAMORE
|
Public Member Functions | |
setup_class (cls, inf) | |
test_rxtr1_xactions (self) | |
test_rxtr2_xactions (self) | |
test_rxtr3_xactions (self) | |
test_rxtr_deployment (self) | |
Public Member Functions inherited from test_regression.TestRegression | |
find_ids (cls, spec, a, spec_col="Spec", id_col="AgentId") | |
teardown_class (cls) | |
to_ary (cls, a, k) | |
Public Attributes | |
r1 | |
r2 | |
r3 | |
smox | |
suox | |
Public Attributes inherited from test_regression.TestRegression | |
agent_entry | |
agent_exit | |
compositions | |
conn | |
cur | |
enrichments | |
ext | |
inf | |
info | |
outf | |
resources | |
rsrc_qtys | |
transactions | |
This class tests the 2_Sources_3_Reactor.xml file related to the Cyclus Physor 2014 publication. Reactor deployment and transactions between suppliers and reactors are tested.
Definition at line 179 of file test_regression.py.
test_regression._PhysorSources.setup_class | ( | cls, | |
inf ) |
Reimplemented from test_regression.TestRegression.
Reimplemented in test_regression.TestCBCPhysorSources, and test_regression.TestGreedyPhysorSources.
Definition at line 185 of file test_regression.py.
References test_regression.TestRegression.agent_entry, test_regression.TestRegression.find_ids(), and test_regression._PhysorSources.setup_class().
Referenced by test_regression._PhysorSources.setup_class().
test_regression._PhysorSources.test_rxtr1_xactions | ( | self | ) |
Definition at line 203 of file test_regression.py.
References test_regression._PhysorSources.r1, test_regression.TestRegression.rsrc_qtys, test_regression._PhysorSources.smox, test_regression._PhysorSources.suox, and test_regression.TestRegression.transactions.
test_regression._PhysorSources.test_rxtr2_xactions | ( | self | ) |
Definition at line 218 of file test_regression.py.
References test_regression._PhysorSources.r2, test_regression.TestRegression.rsrc_qtys, test_regression._PhysorSources.smox, test_regression._PhysorSources.suox, and test_regression.TestRegression.transactions.
test_regression._PhysorSources.test_rxtr3_xactions | ( | self | ) |
Definition at line 233 of file test_regression.py.
References test_regression._PhysorSources.r3, test_regression.TestRegression.rsrc_qtys, test_regression._PhysorSources.smox, test_regression._PhysorSources.suox, and test_regression.TestRegression.transactions.
test_regression._PhysorSources.test_rxtr_deployment | ( | self | ) |
Definition at line 196 of file test_regression.py.
References test_regression.TestRegression.agent_entry, test_regression._PhysorSources.r1, test_regression._PhysorSources.r2, and test_regression._PhysorSources.r3.
test_regression._PhysorSources.r1 |
Definition at line 190 of file test_regression.py.
Referenced by test_regression._PhysorSources.test_rxtr1_xactions(), and test_regression._PhysorSources.test_rxtr_deployment().
test_regression._PhysorSources.r2 |
Definition at line 190 of file test_regression.py.
Referenced by test_regression._PhysorSources.test_rxtr2_xactions(), and test_regression._PhysorSources.test_rxtr_deployment().
test_regression._PhysorSources.r3 |
Definition at line 190 of file test_regression.py.
Referenced by test_regression._PhysorSources.test_rxtr3_xactions(), and test_regression._PhysorSources.test_rxtr_deployment().
test_regression._PhysorSources.smox |
Definition at line 192 of file test_regression.py.
Referenced by test_regression._PhysorSources.test_rxtr1_xactions(), test_regression._PhysorSources.test_rxtr2_xactions(), and test_regression._PhysorSources.test_rxtr3_xactions().
test_regression._PhysorSources.suox |
Definition at line 194 of file test_regression.py.
Referenced by test_regression._PhysorSources.test_rxtr1_xactions(), test_regression._PhysorSources.test_rxtr2_xactions(), and test_regression._PhysorSources.test_rxtr3_xactions().