armi.reactor.blueprints.tests.test_gridBlueprints module

Tests for grid blueprints.

class armi.reactor.blueprints.tests.test_gridBlueprints.TestRoundTrip(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_contents()[source]
test_roundTrip()[source]
test_tiny_map()[source]
class armi.reactor.blueprints.tests.test_gridBlueprints.TestGridBlueprintsSection(methodName='runTest')[source]

Bases: TestCase

Tests for lattice blueprint section.

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_simpleRead()[source]
test_simpleReadLatticeMap()[source]
test_simpleReadNoLatticeMap()[source]
class armi.reactor.blueprints.tests.test_gridBlueprints.TestRZTGridBlueprint(methodName='runTest')[source]

Bases: TestCase

Tests for R-Z-Theta grid inputs.

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_construct()[source]
test_geomFile()[source]