armi.reactor.tests.test_zones module

Test for Zones

class armi.reactor.tests.test_zones.Zone_TestCase(methodName='runTest')[source]

Bases: unittest.case.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_addAssemblyLocations()[source]
test_iteration()[source]
test_extend()[source]
test_index()[source]
test_addRing()[source]
test_add()[source]
class armi.reactor.tests.test_zones.Zones_InReactor(methodName='runTest')[source]

Bases: unittest.case.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_buildRingZones()[source]
test_buildManualZones()[source]
test_buildAssemTypeZones()[source]
test_buildZonesForEachFA()[source]
test_buildZonesByOrifice()[source]
test_removeZone()[source]
test_findZoneAssemblyIsIn()[source]
class armi.reactor.tests.test_zones.Zones_InRZReactor(methodName='runTest')[source]

Bases: unittest.case.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_splitZones()[source]
test_createHotZones()[source]
test_zoneSummary()[source]