DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
Definition at line 34 of file test_dal.py.
test_dal.DalTest.test00_CanReadWriteBool | ( | self | ) |
Definition at line 36 of file test_dal.py.
test_dal.DalTest.test01_CanReadWriteInt8 | ( | self | ) |
Definition at line 40 of file test_dal.py.
test_dal.DalTest.test02_CanReadWriteUInt8 | ( | self | ) |
Definition at line 45 of file test_dal.py.
test_dal.DalTest.test03_CanReadWriteInt16 | ( | self | ) |
Definition at line 50 of file test_dal.py.
test_dal.DalTest.test04_CanReadWriteUInt16 | ( | self | ) |
Definition at line 55 of file test_dal.py.
test_dal.DalTest.test05_CanReadWriteInt32 | ( | self | ) |
Definition at line 60 of file test_dal.py.
test_dal.DalTest.test06_CanReadWriteUInt32 | ( | self | ) |
Definition at line 65 of file test_dal.py.
test_dal.DalTest.test07_CanReadWriteInt64 | ( | self | ) |
Definition at line 70 of file test_dal.py.
test_dal.DalTest.test08_CanReadWriteUInt64 | ( | self | ) |
Definition at line 76 of file test_dal.py.
test_dal.DalTest.test09_CanReadWriteStringsWithRanges | ( | self | ) |
Definition at line 82 of file test_dal.py.
test_dal.DalTest.test10_CanReadWrite64bitVectors | ( | self | ) |
Definition at line 88 of file test_dal.py.
test_dal.DalTest.test11_CanReadWrite64bitVectorsAndWithRange | ( | self | ) |
Definition at line 93 of file test_dal.py.
test_dal.DalTest.test12_CanReadWriteEnum | ( | self | ) |
Definition at line 100 of file test_dal.py.
test_dal.DalTest.test13_CanReadWriteDate | ( | self | ) |
Definition at line 105 of file test_dal.py.
test_dal.DalTest.test14_CanReadWriteTime | ( | self | ) |
Definition at line 110 of file test_dal.py.
test_dal.DalTest.test15_CanReadWriteClassReference | ( | self | ) |
Definition at line 116 of file test_dal.py.
test_dal.DalTest.test16_CanNotSetUnexistingAttribute | ( | self | ) |
Definition at line 121 of file test_dal.py.
test_dal.DalTest.test17_AttributeInheritance | ( | self | ) |
Definition at line 125 of file test_dal.py.
test_dal.DalTest.test18_CanCompareDals | ( | self | ) |
Definition at line 130 of file test_dal.py.
test_dal.DalTest.test19_CanReadWriteSingleValuedRelations | ( | self | ) |
Definition at line 139 of file test_dal.py.
test_dal.DalTest.test20_CanReadWriteMultiValuedRelations | ( | self | ) |
Definition at line 146 of file test_dal.py.
test_dal.DalTest.test21_CanAttributeFromConstructor | ( | self | ) |
Definition at line 153 of file test_dal.py.
test_dal.DalTest.test22_CanReadWriteDalOnConfiguration | ( | self | ) |
Definition at line 160 of file test_dal.py.
test_dal.DalTest.test23_CanSearchForDalsAtConfiguration | ( | self | ) |
Definition at line 173 of file test_dal.py.
test_dal.DalTest.test24_CanReadWriteBigDatabases | ( | self | ) |
Definition at line 189 of file test_dal.py.
test_dal.DalTest.test25_CanRecurseALot | ( | self | ) |
Definition at line 206 of file test_dal.py.
test_dal.DalTest.test26_CanModifyDatabases | ( | self | ) |
Definition at line 229 of file test_dal.py.
test_dal.DalTest.test27_CanSearchUsingBaseClasses | ( | self | ) |
Definition at line 263 of file test_dal.py.
test_dal.DalTest.test28_CanHandleInheritanceAtSearch | ( | self | ) |
Definition at line 268 of file test_dal.py.
test_dal.DalTest.test29_CanWriteInfiniteRecursion | ( | self | ) |
Definition at line 276 of file test_dal.py.
test_dal.DalTest.test30_CanReadInfiniteRecursion | ( | self | ) |
Definition at line 286 of file test_dal.py.
test_dal.DalTest.test31_CanWriteBiggerRecursion | ( | self | ) |
Definition at line 293 of file test_dal.py.
test_dal.DalTest.test32_CanReadBiggerRecursion | ( | self | ) |
Definition at line 307 of file test_dal.py.
test_dal.DalTest.test33_CanHandleDalDestruction | ( | self | ) |
Definition at line 318 of file test_dal.py.
test_dal.DalTest.test34_CanModifyNonRecursively | ( | self | ) |
Definition at line 336 of file test_dal.py.
test_dal.DalTest.test35_CannotMoveIfNotIncluded | ( | self | ) |
Definition at line 352 of file test_dal.py.
test_dal.DalTest.test36_CanSearchForObjects | ( | self | ) |
Definition at line 377 of file test_dal.py.
test_dal.DalTest.test37_BookkeepUpdatedObjects | ( | self | ) |
Definition at line 398 of file test_dal.py.
test_dal.DalTest.test38_CanRename | ( | self | ) |
Definition at line 416 of file test_dal.py.