Searched refs:GenerateExpectation (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/test/ispy/common/
H A Dispy_utils_unittest.py80 self.ispy_utils.GenerateExpectation('test', [self.white, self.black])
81 self.ispy_utils.GenerateExpectation('test1', [self.black, self.black])
82 self.ispy_utils.GenerateExpectation('test2', [self.black])
105 self.ispy_utils.GenerateExpectation('test1', [self.red, self.red])
117 self.ispy_utils.GenerateExpectation('test1', [self.white, self.black])
118 self.ispy_utils.GenerateExpectation('test2', [self.red, self.white])
136 self.ispy_utils.GenerateExpectation('test1', [self.white, self.black])
137 self.ispy_utils.GenerateExpectation('test2', [self.white, self.black])
144 self.ispy_utils.GenerateExpectation('test1', [self.white, self.white])
152 self.ispy_utils.GenerateExpectation('test
[all...]
H A Dispy_utils.py111 def GenerateExpectation(self, expectation, images): member in class:ISpyUtils
/external/chromium_org/chrome/test/ispy/
H A Dispy_api.py123 def GenerateExpectation(self, device_type, expectation, chrome_version, member in class:ISpyApi
141 self._ispy.GenerateExpectation(expectation_with_version, screenshots)
223 self._ispy.GenerateExpectation(expectation_with_version, screenshots)
H A Dispy_api_unittest.py26 self.ispy.GenerateExpectation(

Completed in 87 milliseconds