armi.reactor.blueprints.tests.test_blockBlueprints module
Tests for block blueprints.
- class armi.reactor.blueprints.tests.test_blockBlueprints.TestGriddedBlock(methodName='runTest')[source]
Bases:
TestCase
Tests for a block that has components in a lattice.
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_componentsNotInLattice()[source]
Ensure that we catch cases when a component is expected to be in the grid, but is not. In this case, latticeID “2” is not in the lattice.
- test_latticeNotInComponents()[source]
Ensure that we catch cases when a latticeID listed in the grid is not present in any of the components on the block. In this case, latticeID “2” is not in the lattice.