Home
last modified time | relevance | path

Searched refs:parameterized (Results 1 – 25 of 32) sorted by relevance

12

/src/contrib/googletest/docs/
H A Dsamples.md16 * 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 Dfaq.md97 … 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 Dadvanced.md1055 *Value-parameterized tests* allow you to test your code with different
1069 To write value-parameterized tests, first you should define a fixture class. It
1102 as you want. The `_P` suffix is for "parameterized" or "pattern", whichever you
1201 Sometimes you may want to define value-parameterized tests in a library and let
1211 1. Put the definition of the parameterized test fixture class (e.g. `FooTest`)
1294 First, define a fixture class template. It should be parameterized by a type.
1351 *Type-parameterized tests* are like typed tests, except that they don't require
1357 type-parameterized tests to verify properties that any valid implementation of
1373 Next, declare that you will define a type-parameterized test suite:
1379 Then, use `TYPED_TEST_P()` to define a type-parameterized test. You can repeat
/src/contrib/googletest/docs/reference/
H A Dtesting.md59 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).
245 The argument *`TestFixtureName`* is a fixture class template, parameterized by a
330 Defines a type-parameterized test suite based on the test fixture
333 The argument *`TestFixtureName`* is a fixture class template, parameterized by a
337 [Type-Parameterized Tests](../advanced.md#type-parameterized-tests) for more
348 Defines an individual type-parameterized test named *`TestName`* in the
[all …]
H A Dactions.md114 | `ACTION_Pk(Foo, p1, ..., pk) { statements; }` | Defines a parameterized action `Foo(p1, ..., pk)`…
/src/contrib/ncurses/ncurses/tinfo/
H A Dcaptoinfo.c300 _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()
618 _nc_infotocap(const char *cap GCC_UNUSED, const char *str, int const parameterized) in _nc_infotocap() argument
638 parameterized, in _nc_infotocap()
828 } else if (*str != '%' || (parameterized < 1)) { in _nc_infotocap()
/src/contrib/googletest/
H A DREADME.md63 * Value-parameterized tests: \
64 Googletest supports value-parameterized tests, which run multiple times with
67 * Type-parameterized tests: \
68 Googletest also supports type-parameterized tests, which run with different
/src/contrib/ncurses/ncurses/
H A Dllib-ltictw72 int const parameterized)
79 int const parameterized)
H A Dllib-ltict72 int const parameterized)
79 int const parameterized)
H A Dllib-ltic72 int const parameterized)
79 int const parameterized)
H A Dllib-lticw72 int const parameterized)
79 int const parameterized)
H A Dllib-lncurses4311 int const parameterized)
4318 int const parameterized)
H A Dllib-lncursest4432 int const parameterized)
4439 int const parameterized)
H A Dllib-lncursesw5312 int const parameterized)
5319 int const parameterized)
H A Dllib-lncursestw5433 int const parameterized)
5440 int const parameterized)
/src/contrib/llvm-project/llvm/lib/Target/Mips/
H A DRelocation.txt49 template pattern parameterized over the load upper immediate
/src/crypto/openssl/doc/man7/
H A Dprovider-storemgmt.pod51 OSSL_FUNC_store_export_object() (which exports the object in parameterized
/src/contrib/ncurses/
H A DREADME192 for the code that hacks termcap parameterized strings into terminfo.
H A DANNOUNCE75 The functions which convert parameterized terminal capability
/src/contrib/llvm-project/llvm/include/llvm/Target/
H A DTarget.td79 // 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.
/src/contrib/googletest/googletest/test/
H A Dgoogletest-output-test-golden-lin.txt1027 Type parameterized test suite DetectNotInstantiatedTypesTest is defined via REGISTER_TYPED_TEST_SUI…
/src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonPatternsHVX.td588 // The "source" types are not legal, and there are no parameterized
/src/contrib/flex/
H A DONEWS1013 - Makefile has been further parameterized to aid in porting.
/src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.td379 // A parameterized register class alternative to i32imm/i64imm from Target.td.
/src/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchInstrInfo.td218 // A parameterized register class alternative to i32imm/i64imm from Target.td.

12