lumiera_/tests/basics
Ichthyostega 7d448be97a Rectify TypedCounter_test fixture -- Type-IDs are not stable
Hehe...
with GenNode, we started to use these global Type-IDs to generate
unique Names for unnamed Children in a diff::Record. This means,
when running in the test-suite, the TypeID for 'short' and 'long' are
likely to be allready allocated, so our Test can not not observe the
allocateion, nor is it sensible to assume fixed numbers for these Type-IDs.
Instead, we create two local types right within the test function, to force
generation of new unique type-IDs, which we can observe
2015-11-02 00:03:29 +01:00
..
time add internal / diagnostic display for low-level time values and time spans 2015-09-25 03:12:04 +02:00
diagnostic-context-test.cpp reduce the load of some tests 2014-10-18 05:09:18 +02:00
DIR_INFO reorganise test suite compartments 2014-10-17 20:02:25 +02:00
streamtypebasicstest.cpp fix warnings found by CLang (3.5) 2015-08-16 01:37:04 +02:00
streamtypelifecycletest.cpp reorganise test suite compartments 2014-10-17 20:02:25 +02:00
teststreamtypes.hpp reorganise test suite compartments 2014-10-17 20:02:25 +02:00
typed-counter-test.cpp Rectify TypedCounter_test fixture -- Type-IDs are not stable 2015-11-02 00:03:29 +01:00
visitingtool-concept.cpp WIP: pondering diff representation variants 2014-11-10 04:00:39 +01:00
visitingtool-extended-test.cpp WIP: pondering diff representation variants 2014-11-10 04:00:39 +01:00
visitingtool-test.cpp WIP: pondering diff representation variants 2014-11-10 04:00:39 +01:00