Home
last modified time | relevance | path

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

/external/rust/crates/which/tests/
Dbasic.rs11 struct TestFixture { struct
13 pub tempdir: TempDir,
15 pub paths: OsString,
17 pub bins: Vec<PathBuf>,
45 impl TestFixture { implementation
86 fn _which<T: AsRef<OsStr>>(f: &TestFixture, path: T) -> which::Result<which::CanonicalPath> { in _which()
90 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.h552 struct TestFixture struct
557 EGLWindow *eglWindow = nullptr;
558 WGLWindow *wglWindow = nullptr;
559 OSWindow *osWindow = nullptr;
560 ConfigParameters configParams;
561 uint32_t reuseCounter = 0;