armi.bookkeeping.visualization.tests.test_vis module

Test report visualization.

class armi.bookkeeping.visualization.tests.test_vis.TestVtkMesh(methodName='runTest')[source]

Bases: TestCase

Test the VtkMesh utility class.

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_testVtkMesh()[source]
class armi.bookkeeping.visualization.tests.test_vis.TestVisDump(methodName='runTest')[source]

Bases: TestCase

Test dumping a whole reactor and some specific block types.

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_dumpReactorVtk()[source]
test_dumpReactorXdmf()[source]
test_hexMesh()[source]
test_cartesianMesh()[source]