ATLAS Offline Software
|
Test case for a sequence with algorithms and sub-sequences. More...
Public Member Functions | |
def | setUp (self) |
Function setting up the (elaborate) 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... | |
Public Attributes | |
seq | |
Test case for a sequence with algorithms and sub-sequences.
Definition at line 373 of file PhysicsAnalysis/D3PDTools/AnaAlgorithm/python/AlgSequence.py.
def python.AlgSequence.TestAlgSequenceWithAlgsAndSeqs.setUp | ( | self | ) |
Function setting up the (elaborate) sequence to be tested.
Definition at line 376 of file PhysicsAnalysis/D3PDTools/AnaAlgorithm/python/AlgSequence.py.
def python.AlgSequence.TestAlgSequenceWithAlgsAndSeqs.test_indexLookup | ( | self | ) |
Test index lookup operations on the algorithm sequence.
Definition at line 403 of file PhysicsAnalysis/D3PDTools/AnaAlgorithm/python/AlgSequence.py.
def python.AlgSequence.TestAlgSequenceWithAlgsAndSeqs.test_iteration | ( | self | ) |
Test the ability to iterate over the algorithms in the sequence.
Definition at line 425 of file PhysicsAnalysis/D3PDTools/AnaAlgorithm/python/AlgSequence.py.
def python.AlgSequence.TestAlgSequenceWithAlgsAndSeqs.test_nameLookup | ( | self | ) |
Test 'by name' lookup operations on the algorithm sequence.
Definition at line 412 of file PhysicsAnalysis/D3PDTools/AnaAlgorithm/python/AlgSequence.py.
def python.AlgSequence.TestAlgSequenceWithAlgsAndSeqs.test_sequenceBasics | ( | self | ) |
Test basic features of the algorithm sequence.
Definition at line 398 of file PhysicsAnalysis/D3PDTools/AnaAlgorithm/python/AlgSequence.py.
python.AlgSequence.TestAlgSequenceWithAlgsAndSeqs.seq |
Definition at line 377 of file PhysicsAnalysis/D3PDTools/AnaAlgorithm/python/AlgSequence.py.