Lines Matching defs:TestGroupData
35 from testmanager.core.testgroup import TestGroupData, TestGroupDataEx;
65 oForm.addIntRO (TestGroupData.ksParam_idTestGroup, self._oData.idTestGroup, 'Test Group ID')
66 oForm.addTimestampRO (TestGroupData.ksParam_tsEffective, self._oData.tsEffective, 'Last changed')
67 oForm.addTimestampRO (TestGroupData.ksParam_tsExpire, self._oData.tsExpire, 'Expires (excl)')
68 oForm.addIntRO (TestGroupData.ksParam_uidAuthor, self._oData.uidAuthor, 'Changed by UID')
69 oForm.addText (TestGroupData.ksParam_sName, self._oData.sName, 'Name')
70 oForm.addText (TestGroupData.ksParam_sDescription, self._oData.sDescription, 'Description')
154 TestGroupData.ksParam_idTestGroup: oEntry.idTestGroup,
159 TestGroupData.ksParam_idTestGroup: oEntry.idTestGroup }));
162 TestGroupData.ksParam_idTestGroup: oEntry.idTestGroup,
166 TestGroupData.ksParam_idTestGroup: oEntry.idTestGroup },
171 TestGroupData.ksParam_idTestGroup: oEntry.idTestGroup,