Home
last modified time | relevance | path

Searched defs:TestFixture (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/crates/which-rs/tests/
Dbasic.rs12 struct TestFixture { struct
14 pub tempdir: TempDir,
16 pub paths: OsString,
18 pub bins: Vec<PathBuf>,
46 impl TestFixture { implementation
91 fn _which<T: AsRef<OsStr>>(f: &TestFixture, path: T) -> which::Result<which::CanonicalPath> { in _which()
95 fn _which_all<'a, T: AsRef<OsStr> + 'a>( in _which_all()
/third_party/grpc/test/core/end2end/
Dh2_ssl_cert_test.cc67 class TestFixture : public SecureFixture { class
69 TestFixture(grpc_ssl_client_certificate_request_type request_type, in TestFixture() function in grpc::testing::TestFixture
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
DANGLETest.h563 struct TestFixture struct
568 EGLWindow *eglWindow = nullptr;
569 WGLWindow *wglWindow = nullptr;
570 OSWindow *osWindow = nullptr;
571 ConfigParameters configParams;
572 uint32_t reuseCounter = 0;