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:
TestCaseClass 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.