Home
last modified time | relevance | path

Searched refs:ExpectationProcessor (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/cronet/testing/flake_suppressor_common/
H A Dunittest_utils.py91 class UnitTestExpectationProcessor(expectations_module.ExpectationProcessor):
H A Dresults.py21 def __init__(self, expectations_processor: expectations.ExpectationProcessor): argument
H A Dexpectations.py114 class ExpectationProcessor(): class
H A Dexpectations_unittest.py36 self._input_patcher = mock.patch.object(expectations.ExpectationProcessor,