![]() |
ATLAS Offline Software
|
Test case for a sequence with only algorithms in it. More...
Public Member Functions | |
| setUp (self) | |
| Function setting up the sequence to be tested. | |
| test_sequenceBasics (self) | |
| Test basic features of the algorithm sequence. | |
| test_indexLookup (self) | |
| Test index lookup operations on the algorithm sequence. | |
| test_nameLookup (self) | |
| Test 'by name' lookup operations on the algorithm sequence. | |
| test_iteration (self) | |
| Test the ability to iterate over the algorithms in the sequence. | |
| test_insertAlg (self) | |
| Test the insertion of one algorithm. | |
| test_deleteAlg (self) | |
| Test the deletion of an algorithm. | |
Public Attributes | |
| seq = AlgSequence( 'TestSequence' ) | |
Test case for a sequence with only algorithms in it.
Definition at line 315 of file PhysicsAnalysis/D3PDTools/AnaAlgorithm/python/AlgSequence.py.
| python.AlgSequence.TestAlgSequenceWithAlgs.setUp | ( | self | ) |
Function setting up the sequence to be tested.
Definition at line 318 of file PhysicsAnalysis/D3PDTools/AnaAlgorithm/python/AlgSequence.py.
| python.AlgSequence.TestAlgSequenceWithAlgs.test_deleteAlg | ( | self | ) |
Test the deletion of an algorithm.
Definition at line 364 of file PhysicsAnalysis/D3PDTools/AnaAlgorithm/python/AlgSequence.py.
| python.AlgSequence.TestAlgSequenceWithAlgs.test_indexLookup | ( | self | ) |
Test index lookup operations on the algorithm sequence.
Definition at line 331 of file PhysicsAnalysis/D3PDTools/AnaAlgorithm/python/AlgSequence.py.
| python.AlgSequence.TestAlgSequenceWithAlgs.test_insertAlg | ( | self | ) |
Test the insertion of one algorithm.
Definition at line 355 of file PhysicsAnalysis/D3PDTools/AnaAlgorithm/python/AlgSequence.py.
| python.AlgSequence.TestAlgSequenceWithAlgs.test_iteration | ( | self | ) |
Test the ability to iterate over the algorithms in the sequence.
Definition at line 349 of file PhysicsAnalysis/D3PDTools/AnaAlgorithm/python/AlgSequence.py.
| python.AlgSequence.TestAlgSequenceWithAlgs.test_nameLookup | ( | self | ) |
Test 'by name' lookup operations on the algorithm sequence.
Definition at line 340 of file PhysicsAnalysis/D3PDTools/AnaAlgorithm/python/AlgSequence.py.
| python.AlgSequence.TestAlgSequenceWithAlgs.test_sequenceBasics | ( | self | ) |
Test basic features of the algorithm sequence.
Definition at line 325 of file PhysicsAnalysis/D3PDTools/AnaAlgorithm/python/AlgSequence.py.
| python.AlgSequence.TestAlgSequenceWithAlgs.seq = AlgSequence( 'TestSequence' ) |
Definition at line 319 of file PhysicsAnalysis/D3PDTools/AnaAlgorithm/python/AlgSequence.py.