Searched refs:ksParam_idTestCase (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/ValidationKit/testmanager/webui/
H A Dwuiadmintestcase.py103 TestCaseData.ksParam_idTestCase, sTmp.idTestCase,
131 TestCaseData.ksParam_idTestCase: oEntry.idTestCase }));
138 TestCaseData.ksParam_idTestCase: oEntry.idTestCase },
168 oForm.addIntRO (TestCaseData.ksParam_idTestCase, oData.idTestCase, 'Test Case ID')
H A Dwuiadmintestgroup.py113 TestCaseData.ksParam_idTestCase: oMember.oTestCase.idTestCase, } ).toHtml()
H A Dwuiadmin.py242 TestCaseDataEx.ksParam_idTestCase);
246 TestCaseData.ksParam_idTestCase,
H A Dwuitestresult.py339 TestCaseData.ksParam_idTestCase: oTestCaseEx.idTestCase,
709 TestCaseData.ksParam_idTestCase: oEntry.idTestCase },
H A Dwuihlpform.py648 sPrefix, TestGroupMemberData.ksParam_idTestCase, oTestCase.idTestCase,
/vbox/src/VBox/ValidationKit/testmanager/core/
H A Dtestgroup.py44 ksParam_idTestCase = 'TestGroupMember_idTestCase'; variable in class:TestGroupMemberData
148 if self.ksParam_idTestCase not in dErrors:
154 dErrors[self.ksParam_idTestCase] = str(oXcpt);
H A Dtestcaseargs.py54 ksParam_idTestCase = 'TestCaseArgs_idTestCase'; variable in class:TestCaseArgsData
H A Dtestcase.py51 ksParam_idTestCase = 'TestCaseDependency_idTestCase'; variable in class:TestCaseGlobalRsrcDepData
191 ksParam_idTestCase = 'TestCaseDependency_idTestCase'; variable in class:TestCaseDependencyData
236 self.idTestCase = fn(self.ksParam_idTestCase, None, None if fStrict else self.idTestCase);
254 self.idTestCase = self._validateInt( dErrors, self.ksParam_idTestCase, self.idTestCase);
426 ksParam_idTestCase = 'TestCase_idTestCase' variable in class:TestCaseData
H A Dtestset.py81 ksParam_idTestCase = 'TestSet_idTestCase'; variable in class:TestSetData

Completed in 85 milliseconds