LUMIERA.clone/tests/basics
Ichthyostega a20e233ca0 Library: now using controlled seed and replaced rand (closes #1378)
After augmenting our `lib/random.hpp` abstraction framework to add the necessary flexibility,
a common seeding scheme was ''built into the Test-Runner.''
 * all tests relying on some kind of randomness should invoke `seedRand()`
 * this draws a seed from the `entropyGen` — which is also documented in the log
 * individual tests can now be launched with `--seed` to force a dedicated seed
 * moreover, tests should build a coherent structure of linked generators,
   especially when running concurrently. The existing tests were adapted accordingly

All usages of `rand()` in the code base were investigated and replaced
by suitable calls to our abstraction framework; the code base is thus
isolated from the actual implementation, simplifying further adaptation.
2024-11-17 19:45:41 +01:00
..
time Library: rework detection of ''same object'' 2024-11-15 00:11:14 +01:00
call-queue-test.cpp Library: now using controlled seed and replaced rand (closes #1378) 2024-11-17 19:45:41 +01:00
dependency-configuration-test.cpp Library: uniform definition scheme for error-IDs 2024-03-21 19:57:34 +01:00
dependency-factory-test.cpp Library: now using controlled seed and replaced rand (closes #1378) 2024-11-17 19:45:41 +01:00
diagnostic-context-test.cpp Library: now using controlled seed and replaced rand (closes #1378) 2024-11-17 19:45:41 +01:00
DIR_INFO reorganise test suite compartments 2014-10-17 20:02:25 +02:00
singleton-subclass-test.cpp Library: Testsuite maintenance 2024-11-16 00:38:57 +01:00
singleton-test.cpp Library: Testsuite maintenance 2024-11-16 00:38:57 +01:00
singleton-testmock-test.cpp Library: replace usages of rand() in the whole code base 2024-11-13 04:23:46 +01:00
stream-type-basics-test.cpp Global-Layer-Renaming: rename namespaces 2018-11-15 23:55:13 +01:00
stream-type-lifecycle-test.cpp Global-Layer-Renaming: rename namespaces 2018-11-15 23:55:13 +01:00
test-target-obj.hpp Reorganise some tests 2018-03-31 17:12:45 +02:00
teststreamtypes.hpp Library: clarify usage of the basic time scale 2018-12-10 00:12:52 +01:00
typed-counter-test.cpp Library: now using controlled seed and replaced rand (closes #1378) 2024-11-17 19:45:41 +01:00
typed-family-member-id-test.cpp Library: helper to produce threadsafe member-IDs for a family of objects 2017-01-14 03:07:48 +01:00
visitingtool-concept.cpp Doxygen Fixes (#1062) 2017-04-02 04:22:51 +02:00
visitingtool-extended-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
visitingtool-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
zombie-check-test.cpp FailureHandling: improved ZombieCheck 2018-10-01 05:51:21 +02:00