armi.reactor.converters.tests.test_geometryConverters module
Module to test geometry converters.
- class armi.reactor.converters.tests.test_geometryConverters.TestGeometryConverters(methodName='runTest')[source]
Bases:
TestCase
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_addRing()[source]
Tests that the addRing method adds the correct number of fuel assemblies to the test reactor.
- class armi.reactor.converters.tests.test_geometryConverters.TestHexToRZConverter(methodName='runTest')[source]
Bases:
TestCase
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.
- class armi.reactor.converters.tests.test_geometryConverters.TestEdgeAssemblyChanger(methodName='runTest')[source]
Bases:
TestCase
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.
- class armi.reactor.converters.tests.test_geometryConverters.TestThirdCoreHexToFullCoreChanger(methodName='runTest')[source]
Bases:
TestCase
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.