armi.nucDirectory.tests.test_transmutations module

Unit tests for transmutations.

armi.nucDirectory.tests.test_transmutations.randomString(length)[source]
class armi.nucDirectory.tests.test_transmutations.TransmutationTests(methodName='runTest')[source]

Bases: TestCase

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.

test_Transmutation_validReactionTypes()[source]
test_Transmutation_productParticle()[source]
test_Transmutation_invalidReactionTypes()[source]
class armi.nucDirectory.tests.test_transmutations.DecayModeTests(methodName='runTest')[source]

Bases: TestCase

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.

test_DecayMode_validReactionTypes()[source]
test_DecayMode_invalidReactionTypes()[source]