armi.utils.tests.test_codeTiming module

Unit tests for code timing.

class armi.utils.tests.test_codeTiming.CodeTimingTest(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_method_definitions()[source]
test_alternate_usages()[source]
test_property_access()[source]
test_master()[source]
test_messy_starts_and_stops()[source]