| /freebsd-14.2/contrib/googletest/docs/ |
| H A D | samples.md | 16 * Sample #6 demonstrates type-parameterized tests. 17 * Sample #7 teaches the basics of value-parameterized tests. 18 * Sample #8 shows using `Combine()` in value-parameterized tests.
|
| H A D | faq.md | 97 … interface satisfy some common requirements. Should I use typed tests or value-parameterized tests? 100 value-parameterized tests can get it done. It's really up to you the user to 109 * Value-parameterized tests can be easier to write if you need different code 116 Value-parameterized tests only show the number of the failed iteration by 124 when using value-parameterized tests.
|
| H A D | advanced.md | 1039 *Value-parameterized tests* allow you to test your code with different 1053 To write value-parameterized tests, first you should define a fixture class. It 1086 as you want. The `_P` suffix is for "parameterized" or "pattern", whichever you 1185 Sometimes you may want to define value-parameterized tests in a library and let 1195 1. Put the definition of the parameterized test fixture class (e.g. `FooTest`) 1278 First, define a fixture class template. It should be parameterized by a type. 1335 *Type-parameterized tests* are like typed tests, except that they don't require 1341 type-parameterized tests to verify properties that any valid implementation of 1357 Next, declare that you will define a type-parameterized test suite: 1363 Then, use `TYPED_TEST_P()` to define a type-parameterized test. You can repeat
|
| /freebsd-14.2/contrib/googletest/docs/reference/ |
| H A D | testing.md | 65 the name of a value-parameterized test fixture class—see 66 [Value-Parameterized Tests](../advanced.md#value-parameterized-tests). 134 [Value-Parameterized Tests](../advanced.md#value-parameterized-tests). 215 Defines a type-parameterized test suite based on the test fixture 233 Defines an individual type-parameterized test named *`TestName`* in the 294 [Type-Parameterized Tests](../advanced.md#type-parameterized-tests). 375 Allows the value-parameterized test suite *`TestSuiteName`* to be 578 [Type-Parameterized Tests](../advanced.md#type-parameterized-tests). 699 [Type-Parameterized Tests](../advanced.md#type-parameterized-tests). 706 a value-parameterized test. See [all …]
|
| H A D | actions.md | 113 | `ACTION_Pk(Foo, p1, ..., pk) { statements; }` | Defines a parameterized action `Foo(p1, ..., pk)`…
|
| /freebsd-14.2/contrib/ncurses/ncurses/tinfo/ |
| H A D | captoinfo.c | 300 _nc_captoinfo(const char *cap, const char *s, int const parameterized) in _nc_captoinfo() argument 311 DEBUG_THIS(("_nc_captoinfo params %d, %s", parameterized, s)); in _nc_captoinfo() 319 if (parameterized >= 0 && isdigit(UChar(*s))) in _nc_captoinfo() 328 if (parameterized < 1) { in _nc_captoinfo() 619 _nc_infotocap(const char *cap GCC_UNUSED, const char *str, int const parameterized) in _nc_infotocap() argument 639 parameterized, in _nc_infotocap() 829 } else if (*str != '%' || (parameterized < 1)) { in _nc_infotocap()
|
| /freebsd-14.2/contrib/googletest/ |
| H A D | README.md | 76 * Value-parameterized tests: \ 77 Googletest supports value-parameterized tests, which run multiple times with 80 * Type-parameterized tests: \ 81 Googletest also supports type-parameterized tests, which run with different
|
| /freebsd-14.2/contrib/ncurses/ncurses/ |
| H A D | llib-ltict | 72 int const parameterized) 79 int const parameterized)
|
| H A D | llib-ltictw | 72 int const parameterized) 79 int const parameterized)
|
| H A D | llib-ltic | 72 int const parameterized) 79 int const parameterized)
|
| H A D | llib-lticw | 72 int const parameterized) 79 int const parameterized)
|
| H A D | llib-lncurses | 4305 int const parameterized) 4312 int const parameterized)
|
| H A D | llib-lncursest | 4426 int const parameterized) 4433 int const parameterized)
|
| H A D | llib-lncursestw | 5427 int const parameterized) 5434 int const parameterized)
|
| H A D | llib-lncursesw | 5306 int const parameterized) 5313 int const parameterized)
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | Relocation.txt | 49 template pattern parameterized over the load upper immediate
|
| /freebsd-14.2/crypto/openssl/doc/man7/ |
| H A D | provider-storemgmt.pod | 43 OSSL_FUNC_store_export_object() (which exports the object in parameterized
|
| /freebsd-14.2/contrib/ncurses/ |
| H A D | README | 192 for the code that hacks termcap parameterized strings into terminfo.
|
| H A D | ANNOUNCE | 75 The functions which convert parameterized terminal capability
|
| /freebsd-14.2/contrib/googletest/googletest/test/ |
| H A D | googletest-output-test-golden-lin.txt | 1032 Type parameterized test suite DetectNotInstantiatedTypesTest is defined via REGISTER_TYPED_TEST_SUI…
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | Target.td | 79 // The register size/alignment information, parameterized by a HW mode. 243 // The register size/alignment information, parameterized by a HW mode.
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonPatternsHVX.td | 588 // The "source" types are not legal, and there are no parameterized
|
| /freebsd-14.2/contrib/flex/ |
| H A D | ONEWS | 1013 - Makefile has been further parameterized to aid in porting.
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfo.td | 373 // A parameterized register class alternative to i32imm/i64imm from Target.td.
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
| H A D | LoongArchInstrInfo.td | 217 // A parameterized register class alternative to i32imm/i64imm from Target.td.
|