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

/vbox/src/VBox/ValidationKit/testmanager/core/
H A Dtestcaseargs.py232 return TestCaseData.matchesTestBoxPropsEx(oTestBoxData, self.oTestCase.sTestBoxReqExpr) \
233 and TestCaseData.matchesTestBoxPropsEx(oTestBoxData, self.sTestBoxReqExpr);
H A Dtestcase.py547 return TestCaseData.matchesTestBoxPropsEx(oTestBoxData, self.sTestBoxReqExpr);
663 def matchesTestBoxPropsEx(oTestBoxData, sExpr): member in class:TestCaseData

Completed in 308 milliseconds