Home
last modified time | relevance | path

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

/external/rust/crates/which/tests/
Dbasic.rs13 struct TestFixture { struct
15 pub tempdir: TempDir,
17 pub paths: OsString,
19 pub bins: Vec<PathBuf>,
47 impl TestFixture { impl
88 fn _which<T: AsRef<OsStr>>(f: &TestFixture, path: T) -> which::Result<which::CanonicalPath> { in _which()
92 fn _which_all<T: AsRef<OsStr>>( in _which_all()
/external/testng/src/test/java/test/tmp/
DTestFixture.java5 public class TestFixture { class
/external/catch2/projects/XCode/OCTest/OCTest/
DCatchOCTestCase.mm14 @implementation TestFixture implementation in REQUIRE
/external/angle/src/tests/test_utils/
DANGLETest.h550 struct TestFixture struct
555 EGLWindow *eglWindow = nullptr;
556 WGLWindow *wglWindow = nullptr;
557 OSWindow *osWindow = nullptr;
558 ConfigParameters configParams;
559 uint32_t reuseCounter = 0;