Home
last modified time | relevance | path

Searched refs:rust_gtest_interop (Results 1 – 9 of 9) sorted by relevance

/external/cronet/testing/rust_gtest_interop/
DBUILD.gn10 group("rust_gtest_interop") {
20 visibility = [ ":rust_gtest_interop" ]
22 "rust_gtest_interop.cc",
23 "rust_gtest_interop.h",
30 visibility = [ ":rust_gtest_interop" ]
31 crate_name = "rust_gtest_interop"
32 crate_root = "rust_gtest_interop.rs"
36 "rust_gtest_interop.rs",
39 # Macros re-exported from the rust_gtest_interop crate. Can only be
59 # This target's contents are exposed as part of :rust_gtest_interop.
Drust_gtest_interop_unittest.rs5 use rust_gtest_interop::prelude::*;
99 expect_eq!(rust_gtest_interop::__private::make_canonical_file_path("foo/bar.rs"), "foo/bar.rs"); in test()
101 rust_gtest_interop::__private::make_canonical_file_path("../foo/bar.rs"), in test()
105 rust_gtest_interop::__private::make_canonical_file_path("../../foo/bar.rs"), in test()
109 rust_gtest_interop::__private::make_canonical_file_path("a/../foo/bar.rs"), in test()
113 rust_gtest_interop::__private::make_canonical_file_path("a/../../../foo/bar.rs"), in test()
117 rust_gtest_interop::__private::make_canonical_file_path("a/../b/../../foo/bar.rs"), in test()
Dgtest_attribute.rs254 quote! { <#rust_type as ::rust_gtest_interop::TestSuite>::gtest_factory_fn_ptr() } in gtest()
260 quote! { ::rust_gtest_interop::__private::rust_gtest_default_factory } in gtest()
269 suite.map_unchecked_mut(|suite: &mut ::rust_gtest_interop::OpaqueTestingTest| { in gtest()
283 #[::rust_gtest_interop::small_ctor::ctor] in gtest()
285 let r = ::rust_gtest_interop::__private::TestRegistration { in gtest()
293 ::rust_gtest_interop::__private::register_test(r); in gtest()
308 suite: std::pin::Pin<&mut ::rust_gtest_interop::OpaqueTestingTest> in gtest()
313 use ::rust_gtest_interop::TestResult; in gtest()
319 ::rust_gtest_interop::__private::add_failure_at(file!(), line!(), &m); in gtest()
477 fn gtest_factory_fn_ptr() -> rust_gtest_interop::GtestFactoryFunction { in extern_test_suite()
[all …]
Drust_gtest_interop.h25 return rust_gtest_interop::rust_gtest_factory_for_subclass<T>(f); \
28 namespace rust_gtest_interop {
Drust_gtest_interop.cc9 namespace rust_gtest_interop { namespace
DREADME.md5 accessible through the `rust_gtest_interop` target which is automatically
/external/angle/build/rust/
Drust_executable.gni26 # //testing/rust_gtest_interop/README.md.
/external/cronet/build/rust/
Drust_executable.gni26 # //testing/rust_gtest_interop/README.md.
/external/cronet/testing/
Dtest.gni94 # We could automatically add `deps += [ "//testing/rust_gtest_interop" ]`
97 # case. So, we act instead as if //testing/rust_gtest_interop is part of
132 deps += [ "//testing/rust_gtest_interop" ]