armi.physics.neutronics.latticePhysics.tests.test_latticeWriter module
Test the Lattice Physics Writer.
- class armi.physics.neutronics.latticePhysics.tests.test_latticeWriter.FakeLatticePhysicsWriter(block, r, eci)[source]
Bases:
LatticePhysicsWriter
LatticePhysicsWriter is abstract, so it must be subclassed to be tested.
- class armi.physics.neutronics.latticePhysics.tests.test_latticeWriter.TestLatticePhysicsWriter(methodName='runTest')[source]
Bases:
TestCase
Test Lattice Physics Writer.
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.