Searched defs:TestFixture (Results 1 – 9 of 9) sorted by relevance
| /external/rust/crates/which/tests/ |
| D | basic.rs | 12 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/ |
| D | ReflectionToStringBuilderMutateInspectConcurrencyTest.java | 40 class TestFixture { class in ReflectionToStringBuilderMutateInspectConcurrencyTest 45 TestFixture() { in TestFixture() method in ReflectionToStringBuilderMutateInspectConcurrencyTest.TestFixture
|
| D | ReflectionToStringBuilderExcludeNullValuesTest.java | 28 static class TestFixture { class in ReflectionToStringBuilderExcludeNullValuesTest 34 TestFixture(final Integer a, final String b) { in TestFixture() method in ReflectionToStringBuilderExcludeNullValuesTest.TestFixture
|
| D | HashCodeBuilderAndEqualsBuilderTest.java | 91 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
|
| D | ReflectionToStringBuilderExcludeWithAnnotationTest.java | 32 class TestFixture { class in ReflectionToStringBuilderExcludeWithAnnotationTest
|
| D | ReflectionToStringBuilderExcludeTest.java | 35 class TestFixture { class in ReflectionToStringBuilderExcludeTest
|
| /external/testng/src/test/java/test/tmp/ |
| D | TestFixture.java | 5 public class TestFixture { class
|
| /external/grpc-grpc/test/core/end2end/ |
| D | h2_ssl_cert_test.cc | 66 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/ |
| D | ANGLETest.h | 573 struct TestFixture struct 578 EGLWindow *eglWindow = nullptr; 579 WGLWindow *wglWindow = nullptr; 580 OSWindow *osWindow = nullptr; 581 ConfigParameters configParams; 582 uint32_t reuseCounter = 0;
|