Home
last modified time | relevance | path

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

/external/rust/crates/which/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()
/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/builder/
DReflectionToStringBuilderMutateInspectConcurrencyTest.java40 class TestFixture { class in ReflectionToStringBuilderMutateInspectConcurrencyTest
45 TestFixture() { in TestFixture() method in ReflectionToStringBuilderMutateInspectConcurrencyTest.TestFixture
DReflectionToStringBuilderExcludeNullValuesTest.java28 static class TestFixture { class in ReflectionToStringBuilderExcludeNullValuesTest
34 TestFixture(final Integer a, final String b) { in TestFixture() method in ReflectionToStringBuilderExcludeNullValuesTest.TestFixture
DHashCodeBuilderAndEqualsBuilderTest.java91 static class TestFixture { class in HashCodeBuilderAndEqualsBuilderTest
97 TestFixture(final int i, final char c, final String string, final short s) { in TestFixture() method in HashCodeBuilderAndEqualsBuilderTest.TestFixture
DReflectionToStringBuilderExcludeWithAnnotationTest.java32 class TestFixture { class in ReflectionToStringBuilderExcludeWithAnnotationTest
DReflectionToStringBuilderExcludeTest.java35 class TestFixture { class in ReflectionToStringBuilderExcludeTest
/external/testng/src/test/java/test/tmp/
DTestFixture.java5 public class TestFixture { class
/external/grpc-grpc/test/core/end2end/
Dh2_ssl_cert_test.cc66 class TestFixture : public SecureFixture { class
68 TestFixture(grpc_ssl_client_certificate_request_type request_type, in TestFixture() function in grpc::testing::TestFixture
/external/angle/src/tests/test_utils/
DANGLETest.h573 struct TestFixture struct
578 EGLWindow *eglWindow = nullptr;
579 WGLWindow *wglWindow = nullptr;
580 OSWindow *osWindow = nullptr;
581 ConfigParameters configParams;
582 uint32_t reuseCounter = 0;