Home
last modified time | relevance | path

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

12

/freebsd/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.md1049 *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 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).
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 Dactions.md113 | `ACTION_Pk(Foo, p1, ..., pk) { statements; }` | Defines a parameterized action `Foo(p1, ..., pk)`…
/freebsd/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()
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 DREADME.md72 * 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 Dllib-ltic72 int const parameterized)
79 int const parameterized)
H A Dllib-ltict72 int const parameterized)
79 int const parameterized)
H A Dllib-ltictw72 int const parameterized)
79 int const parameterized)
H A Dllib-lticw72 int const parameterized)
79 int const parameterized)
H A Dllib-lncursest4426 int const parameterized)
4433 int const parameterized)
H A Dllib-lncurses4305 int const parameterized)
4312 int const parameterized)
H A Dllib-lncursestw5427 int const parameterized)
5434 int const parameterized)
H A Dllib-lncursesw5306 int const parameterized)
5313 int const parameterized)
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DRelocation.txt49 template pattern parameterized over the load upper immediate
/freebsd/crypto/openssl/doc/man7/
H A Dprovider-storemgmt.pod43 OSSL_FUNC_store_export_object() (which exports the object in parameterized
/freebsd/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
/freebsd/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.
/freebsd/contrib/googletest/googletest/test/
H A Dgoogletest-output-test-golden-lin.txt1027 Type parameterized test suite DetectNotInstantiatedTypesTest is defined via REGISTER_TYPED_TEST_SUI…
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonPatternsHVX.td588 // The "source" types are not legal, and there are no parameterized
/freebsd/contrib/flex/
H A DONEWS1013 - Makefile has been further parameterized to aid in porting.
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.td379 // A parameterized register class alternative to i32imm/i64imm from Target.td.
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchInstrInfo.td218 // A parameterized register class alternative to i32imm/i64imm from Target.td.

12