Searched refs:ksParam_aoTestCaseArgs (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/ValidationKit/testmanager/webui/
H A Dwuiadmintestcase.py183 oForm.addListOfTestCaseArgs(TestCaseDataEx.ksParam_aoTestCaseArgs, oData.aoTestCaseArgs, 'Argument variations')
/vbox/src/VBox/ValidationKit/testmanager/core/
H A Dtestcase.py757 ksParam_aoTestCaseArgs = 'TestCase_aoTestCaseArgs'; variable in class:TestCaseDataEx
841 for sArgKey in oDisp.getStringParam(TestCaseDataEx.ksParam_aoTestCaseArgs, sDefault = '').split(','):
842 oDispWrapper = self.DispWrapper(oDisp, '%s[%s][%%s]' % (TestCaseDataEx.ksParam_aoTestCaseArgs, sArgKey,))

Completed in 47 milliseconds