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