Searched defs:XdsUrlMapTestCase (Results 1 – 3 of 3) sorted by relevance
62 def apply_change(self, test_case: 'XdsUrlMapTestCase') -> None:71 test_case: 'XdsUrlMapTestCase') -> Tuple[HostRule, PathMatcher]:238 def setup(self, test_case_classes: Iterable['XdsUrlMapTestCase']) -> None:
243 class XdsUrlMapTestCase(absltest.TestCase, metaclass=_MetaXdsUrlMapTestCase): class
35 XdsUrlMapTestCase = xds_url_map_testcase.XdsUrlMapTestCase variable