LUMIERA.clone/tests/library
Ichthyostega e610384376 WIP: further reworking the test fixture
While this isn't immediately relevant to the problem at hand,
it looks like a sensible idea to be able to explore
an existing data structure by iterators exposing pointers
(instead of reference wrappers).

Generally speaking, reference wrappers would be preferrable,
but, especially when the data structure relies on STL containers,
the default constructed values for resizing rule out
the standard reference wrapper, which can't be default
constructed. Using a custom variant would be equivalent
to using just a plain pointer (since both can be NULL and can be rebound)
2013-04-08 02:37:14 +02:00
..
advice re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
c-lib re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
meta re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
query re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
test re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
time re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
allocation-cluster-test.cpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
app-config-test.cpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
bool-checkable-test.cpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
cmdline-wrapper-test.cpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
custom-shared-ptr-test.cpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
del-stash-test.cpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
diagnostic-context-test.cpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
DIR_INFO re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
exceptionerrortest.cpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
format-helper-test.cpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
format-string-test.cpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
functor-util-test.cpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
hash-generator-test.cpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
hash-indexed-test.cpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
helloworldtest.cpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
hierarchy-orientation-indicator-test.cpp WIP: further reworking the test fixture 2013-04-08 02:37:14 +02:00
item-wrapper-test.cpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
iter-adapter-stl-test.cpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
iter-adapter-test.cpp Library: iterator wrapper to expose the address 2013-04-08 02:03:43 +02:00
iter-explorer-test.cpp WIP musing about re-creation of tree visitation order 2013-03-17 03:14:05 +01:00
iter-queue-test.cpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
iter-source-test.cpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
iter-stack-test.cpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
itertools-test.cpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
lifecycletest.cpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
linked-elements-test.cpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
Makefile.am re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
maybe-value-test.cpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
multifact-argument-test.cpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
multifact-test.cpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
null-value-test.cpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
opaque-holder-test.cpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
opaque-unchecked-buffer-test.cpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
optional-ref-test.cpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
polymorphic-value-test.cpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
query-text-test.cpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
ref-array-test.cpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
removefromsettest.cpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
sanitised-identifier-test.cpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
scoped-collection-test.cpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
scoped-holder-test.cpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
scoped-holder-transfer-test.cpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
scoped-ptrvect-test.cpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
search-path-splitter-test.cpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
simple-allocator-test.cpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
singleton-subclass-test.cpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
singleton-test.cpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
singleton-testmock-test.cpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
streamtypebasicstest.cpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
streamtypelifecycletest.cpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
sub-id-test.cpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
subsystem-runner-test.cpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
symbol-hashtable-test.cpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
symbol-test.cpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
sync-classlock-test.cpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
sync-locking-test.cpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
sync-timedwait-test.cpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
sync-waiting-test.cpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
teststreamtypes.hpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
testtargetobj.hpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
thread-local-test.cpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
thread-wrapper-join-test.cpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
thread-wrapper-test.cpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
typed-allocation-manager-test.cpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
typed-counter-test.cpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
util-collection-test.cpp add convenience shortcut to access a collection's last element 2013-01-13 16:49:20 +01:00
util-floordiv-test.cpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
util-floorwrap-test.cpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
util-foreach-test.cpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
vector-transfer-test.cpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
visitingtoolconcept.cpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
visitingtoolextendedtest.cpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
visitingtooltest.cpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00