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

/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 56 milliseconds