Home
last modified time | relevance | path

Searched defs:assert_error (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/system/sepolicy/tests/
H A Dapex_sepolicy_tests_test.py49 def assert_error(self, line: str, expected_error: str): member in ApexSepolicyTests
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/third_party/lunit/
Dlunit.lua281 function assert_error(msg, func) function
/aosp_15_r20/external/python/jinja/tests/
Dtest_lexnparse.py282 def assert_error(code, expected): function
/aosp_15_r20/external/rust/android-crates-io/crates/argh/tests/
Dlib.rs394 fn assert_error<T: FromArgs + Debug>(args: &[&str], err_msg: &str) { in assert_error() function