armi.matProps.tests.test_material module

Program that runs all of the tests in the TestMapPropsMaterial class.

class armi.matProps.tests.test_material.TestMapPropsMaterial(methodName='runTest')[source]

Bases: TestCase

Class which tests the functionality of the matProps Material 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_getValidFileFormatVersions()[source]
test_loadFile()[source]
test_datafilesType()[source]
test_invalidFileFormat()[source]
test_datafilesInvType()[source]
test_saveLogic()[source]