OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MatchFailedException
(Results
1 - 2
of
2
) sorted by null
/art/tools/checker/match/
file.py
25
class
MatchFailedException
(Exception):
55
Raises
MatchFailedException
if no such `c1Pass` line can be found.
62
raise
MatchFailedException
(assertion, scope.start, variables)
73
Raises
MatchFailedException
when an assertion cannot be satisfied.
89
Raises
MatchFailedException
if an assertion matches a line in the scope.
96
raise
MatchFailedException
(assertion, i, variables)
101
raise
MatchFailedException
(assertion, scope.start, variables)
106
Raises
MatchFailedException
when an assertion cannot be satisfied.
182
except
MatchFailedException
as e:
test.py
21
from match.file import MatchTestCase,
MatchFailedException
130
with self.assertRaises(
MatchFailedException
):
Completed in 68 milliseconds