LUMIERA.clone/tests/library/meta
Ichthyostega c13d6d45f4 Library: add new API for random seeding
...to the base-class of all tests
 * `seedRand()` shall be invoked by every test using randomisation
   * it will draw a new seed for the implicit default-PRNG
   * it will document this seed value
   * but when a seed was given via cmdline, it will inject that instead
 * `makeRandGen()` will create a new dedicated generator instance,
   attached (by seeding) to the current default-PRNG

It is not clear yet how to pass the actual `SeedNucleus`, which
for obvious reasons must be maintained by the `test::Suite`
2024-11-10 04:40:39 +01:00
..
access-casted-test.cpp Library: uniform definition scheme for error-IDs 2024-03-21 19:57:34 +01:00
config-flags-test.cpp Global-Layer-Renaming: adjust namespace qualification 2018-11-15 23:59:23 +01:00
duck-detector-extension-test.cpp Refactoring: extract new duck detectors 2017-12-05 06:05:33 +01:00
duck-detector-test.cpp Refactoring: extract new duck detectors 2017-12-05 06:05:33 +01:00
dummy-functions.hpp
function-closure-test.cpp Library: RandomDraw - dynamic configuration requires partial application 2023-12-03 04:59:17 +01:00
function-composition-test.cpp Library: RandomDraw - dynamic configuration requires partial application 2023-12-03 04:59:17 +01:00
function-erasure-test.cpp Functions-Commands: discard the ability to compare functors for equivalence (closes #294) 2019-06-23 19:45:30 +02:00
function-signature-test.cpp Library: improve the function-signature detector to work as guard with enable_if 2017-11-24 23:48:56 +01:00
generator-combinations-test.cpp
generator-test.cpp
iterable-classification-test.cpp Global-Layer-Renaming: adjust namespace qualification 2018-11-15 23:59:23 +01:00
late-bind-instance-test.cpp Library: reorganise test helpers and cover logging tracker object 2024-06-16 04:22:29 +02:00
meta-utils-test.cpp Library: add new API for random seeding 2024-11-10 04:40:39 +01:00
tuple-diagnostics.hpp Library: extract type rebinding helper 2023-08-01 14:52:20 +02:00
tuple-helper-test.cpp Library: extract type rebinding helper 2023-08-01 14:52:20 +02:00
tuple-record-init-test.cpp Library: uniform definition scheme for error-IDs 2024-03-21 19:57:34 +01:00
type-demangling-test.cpp Library: add new API for random seeding 2024-11-10 04:40:39 +01:00
type-display-test.cpp Global-Layer-Renaming: adjust namespace qualification 2018-11-15 23:59:23 +01:00
typelist-diagnostics.hpp Metaprogramming: draft test for the new argument picker (WIP) 2017-09-28 16:28:15 +02:00
typelist-manip-test.cpp
typelist-test.cpp
typelist-util-test.cpp
typeseq-manip-test.cpp Metaprogramming: draft test for the new argument picker (WIP) 2017-09-28 16:28:15 +02:00
value-type-binding-test.cpp the new design takes the old name 2023-06-22 20:23:55 +02:00
variadic-argument-picker-test.cpp Metaprogramming: finish variadic argument picker test 2017-09-29 03:21:47 +02:00
virtual-copy-support-test.cpp Library: uniform definition scheme for error-IDs 2024-03-21 19:57:34 +01:00