/freebsd/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 | 1049 *Value-parameterized tests* allow you to test your code with different 1063 To write value-parameterized tests, first you should define a fixture class. It 1096 as you want. The `_P` suffix is for "parameterized" or "pattern", whichever you 1195 Sometimes you may want to define value-parameterized tests in a library and let 1205 1. Put the definition of the parameterized test fixture class (e.g. `FooTest`) 1288 First, define a fixture class template. It should be parameterized by a type. 1345 *Type-parameterized tests* are like typed tests, except that they don't require 1351 type-parameterized tests to verify properties that any valid implementation of 1367 Next, declare that you will define a type-parameterized test suite: 1373 Then, use `TYPED_TEST_P()` to define a type-parameterized test. You can repeat
|
/freebsd/contrib/googletest/docs/reference/ |
H A D | testing.md | 59 Defines an individual value-parameterized test named *`TestName`* that uses the 65 the name of a value-parameterized test fixture class—see 66 [Value-Parameterized Tests](../advanced.md#value-parameterized-tests). 91 Instantiates the value-parameterized test suite *`TestSuiteName`* (defined with 135 [Value-Parameterized Tests](../advanced.md#value-parameterized-tests). 148 The argument *`TestFixtureName`* is a fixture class template, parameterized by a 233 Defines a type-parameterized test suite based on the test fixture 236 The argument *`TestFixtureName`* is a fixture class template, parameterized by a 240 [Type-Parameterized Tests](../advanced.md#type-parameterized-tests) for more 251 Defines an individual type-parameterized test named *`TestName`* in the [all …]
|
H A D | actions.md | 113 | `ACTION_Pk(Foo, p1, ..., pk) { statements; }` | Defines a parameterized action `Foo(p1, ..., pk)`…
|
/freebsd/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/contrib/googletest/ |
H A D | README.md | 72 * Value-parameterized tests: \ 73 Googletest supports value-parameterized tests, which run multiple times with 76 * Type-parameterized tests: \ 77 Googletest also supports type-parameterized tests, which run with different
|
/freebsd/contrib/ncurses/ncurses/ |
H A D | llib-ltic | 72 int const parameterized) 79 int const parameterized)
|
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-lticw | 72 int const parameterized) 79 int const parameterized)
|
H A D | llib-lncursest | 4426 int const parameterized) 4433 int const parameterized)
|
H A D | llib-lncurses | 4305 int const parameterized) 4312 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/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | Relocation.txt | 49 template pattern parameterized over the load upper immediate
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | provider-storemgmt.pod | 43 OSSL_FUNC_store_export_object() (which exports the object in parameterized
|
/freebsd/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/contrib/llvm-project/llvm/include/llvm/Target/ |
H A D | Target.td | 79 // The register size/alignment information, parameterized by a HW mode. 101 // The size/offset information, parameterized by a HW mode. 260 // The register size/alignment information, parameterized by a HW mode.
|
/freebsd/contrib/googletest/googletest/test/ |
H A D | googletest-output-test-golden-lin.txt | 1027 Type parameterized test suite DetectNotInstantiatedTypesTest is defined via REGISTER_TYPED_TEST_SUI…
|
/freebsd/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/contrib/flex/ |
H A D | ONEWS | 1013 - Makefile has been further parameterized to aid in porting.
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVInstrInfo.td | 379 // A parameterized register class alternative to i32imm/i64imm from Target.td.
|
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
H A D | LoongArchInstrInfo.td | 218 // A parameterized register class alternative to i32imm/i64imm from Target.td.
|