armi.matProps.tests.test_references module

Test the Reference.

class armi.matProps.tests.test_references.TestReference(methodName='runTest')[source]

Bases: TestCase

Unit tests for Reference.

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_str()[source]
test_getRef()[source]
test_getType()[source]
test_factory()[source]