Lines Matching defs:TestCaseData

36 from testmanager.core.testcase          import TestCaseDataEx, TestCaseData, TestCaseDependencyLogic;
103 TestCaseData.ksParam_idTestCase, sTmp.idTestCase,
127 TestCaseData.ksParam_idGenTestCase: oEntry.idGenTestCase }), ];
131 TestCaseData.ksParam_idTestCase: oEntry.idTestCase }));
134 TestCaseData.ksParam_idGenTestCase: oEntry.idGenTestCase }));
138 TestCaseData.ksParam_idTestCase: oEntry.idTestCase },
168 oForm.addIntRO (TestCaseData.ksParam_idTestCase, oData.idTestCase, 'Test Case ID')
169 oForm.addTimestampRO(TestCaseData.ksParam_tsEffective, oData.tsEffective, 'Last changed')
170 oForm.addTimestampRO(TestCaseData.ksParam_tsExpire, oData.tsExpire, 'Expires (excl)')
171 oForm.addIntRO (TestCaseData.ksParam_uidAuthor, oData.uidAuthor, 'Changed by UID')
172 oForm.addIntRO (TestCaseData.ksParam_idGenTestCase, oData.idGenTestCase, 'Test Case generation ID')
173 oForm.addText (TestCaseData.ksParam_sName, oData.sName, 'Name')
174 oForm.addText (TestCaseData.ksParam_sDescription, oData.sDescription, 'Description')
175 oForm.addCheckBox (TestCaseData.ksParam_fEnabled, oData.fEnabled, 'Enabled')
176 oForm.addLong (TestCaseData.ksParam_cSecTimeout,
178 oForm.addWideText (TestCaseData.ksParam_sTestBoxReqExpr, oData.sTestBoxReqExpr, 'TestBox requirements (python)');
179 oForm.addWideText (TestCaseData.ksParam_sBuildReqExpr, oData.sBuildReqExpr, 'Build requirement (python)');
180 oForm.addWideText (TestCaseData.ksParam_sBaseCmd, oData.sBaseCmd, 'Base command')
181 oForm.addText (TestCaseData.ksParam_sValidationKitZips, oData.sValidationKitZips, 'Test suite files')