armi.physics.neutronics.fissionProductModel.tests.test_lumpedFissionProduct module¶
Tests for lumpedFissionProduce module
- armi.physics.neutronics.fissionProductModel.tests.test_lumpedFissionProduct.getDummyLFPFile()[source]¶
- class armi.physics.neutronics.fissionProductModel.tests.test_lumpedFissionProduct.TestFissionProductDefinitionFile(methodName='runTest')[source]¶
Bases:
unittest.case.TestCaseTest of the fission product model
Create an instance of the class that will use the named test method when executed. Raises a ValueError if the instance does not have a method with the specified name.
- class armi.physics.neutronics.fissionProductModel.tests.test_lumpedFissionProduct.TestLumpedFissionProduct(methodName='runTest')[source]¶
Bases:
unittest.case.TestCaseTest of the lumped fission product yields
Create an instance of the class that will use the named test method when executed. Raises a ValueError if the instance does not have a method with the specified name.
- class armi.physics.neutronics.fissionProductModel.tests.test_lumpedFissionProduct.TestLumpedFissionProductCollection(methodName='runTest')[source]¶
Bases:
unittest.case.TestCaseTest of the fission product collection
Create an instance of the class that will use the named test method when executed. Raises a ValueError if the instance does not have a method with the specified name.
- class armi.physics.neutronics.fissionProductModel.tests.test_lumpedFissionProduct.TestMo99LFP(methodName='runTest')[source]¶
Bases:
unittest.case.TestCaseTest of the fission product model from Mo99
Create an instance of the class that will use the named test method when executed. Raises a ValueError if the instance does not have a method with the specified name.
- class armi.physics.neutronics.fissionProductModel.tests.test_lumpedFissionProduct.TestExpandCollapse(methodName='runTest')[source]¶
Bases:
unittest.case.TestCaseTest of the ability of the fission product file to expand from the LFPs
Create an instance of the class that will use the named test method when executed. Raises a ValueError if the instance does not have a method with the specified name.