LUMIERA.clone/tests/lib
Ichthyostega 2530e8c1a1 WIP try to create an extension point to MultiFact, allowing to accept argument(s)
sketch of an idea how to add an extension possibility
without messing up the basic MultiFact template
2009-10-27 05:13:38 +01:00
..
meta equality comparisons on function erasure objects covered 2009-10-11 05:57:43 +02:00
query start using Symbol datatype instead of a disguised char* 2009-10-11 05:57:38 +02:00
test hey... now storing the operation is almost effortless! 2009-06-20 07:13:20 +02:00
allocationclustertest.cpp Fix some more format warnings 2009-09-05 19:11:17 +02:00
appconfigtest.cpp start refactoring: liblumieracommon.so (application core services) 2008-12-18 08:12:40 +01:00
bool-checkable-test.cpp separate header + unit test for this bool check mixin 2009-06-26 18:50:30 +02:00
customsharedptrtest.cpp fix some more warnings 2009-01-10 19:07:59 +01:00
exceptionerrortest.cpp cover more testcases (starting several subsystems) 2009-01-03 01:11:21 +01:00
factory-special-test.cpp namespace cleanup: bring Singleton and Factory into lib:: 2009-10-11 05:57:41 +02:00
factorytest.cpp namespace cleanup: bring Singleton and Factory into lib:: 2009-10-11 05:57:41 +02:00
format-helper-test.cpp fix a problem with formatting arbitrary types; reneable the broken tests 2009-08-28 20:33:20 +02:00
functor-util-test.cpp ArgumentHolder finished, low-level integration test pass 2009-07-20 07:03:18 +02:00
hash-indexed-test.cpp hash ID: add trivial implementation + impl based on LUID 2009-05-24 05:14:11 +02:00
helloworldtest.cpp Test suite runner: pass exit code = 5 when having caught an exception 2009-10-11 05:57:42 +02:00
iter-adapter-test.cpp WIP place a ref-count into the result iterator 2009-10-25 16:18:53 +01:00
lifecycletest.cpp start using Symbol datatype instead of a disguised char* 2009-10-11 05:57:38 +02:00
mainsuite.cpp Test suite runner: pass exit code = 5 when having caught an exception 2009-10-11 05:57:42 +02:00
Makefile.am start brainstorming on #279 (extensible ID) 2009-10-11 05:57:42 +02:00
multifact-argument-test.cpp WIP try to create an extension point to MultiFact, allowing to accept argument(s) 2009-10-27 05:13:38 +01:00
multifact-test.cpp Finish MultiFact for now; use it to set up a table of HandlingPatterns 2009-10-11 05:57:41 +02:00
opaque-holder-test.cpp tidy up and finish the MementoTie + unit test 2009-07-09 20:47:21 +02:00
opaque-unchecked-buffer-test.cpp yet another variation of managing an object in-place 2009-07-18 22:07:46 +02:00
removefromsettest.cpp fix some more warnings 2009-01-10 19:07:59 +01:00
sanitised-identifier-test.cpp remove any use of boost::function in favour of <tr1/functional> 2009-07-19 05:47:36 +02:00
scoped-holder-test.cpp Fix some more format warnings 2009-09-05 19:11:17 +02:00
scoped-ptrvect-test.cpp Victory! bashed the iter-adapters and the ScopedPtrVect into submission, finally. 2009-07-17 20:22:48 +02:00
scopedholdertransfertest.cpp Fix some more format warnings 2009-09-05 19:11:17 +02:00
singleton-subclass-test.cpp namespace cleanup: bring Singleton and Factory into lib:: 2009-10-11 05:57:41 +02:00
singleton-test.cpp namespace cleanup: bring Singleton and Factory into lib:: 2009-10-11 05:57:41 +02:00
singletontestmocktest.cpp namespace cleanup: bring Singleton and Factory into lib:: 2009-10-11 05:57:41 +02:00
streamtypebasicstest.cpp finish common->lib transition for the tests 2008-12-18 04:47:41 +01:00
streamtypelifecycletest.cpp remove any use of boost::function in favour of <tr1/functional> 2009-07-19 05:47:36 +02:00
sub-id-test.cpp try out a recursive approach for the extensible ID 2009-10-11 05:57:42 +02:00
subsystem-runner-test.cpp start using Symbol datatype instead of a disguised char* 2009-10-11 05:57:38 +02:00
symbol-hashtable-test.cpp unit test to verify building a hashtable with Symbol keys 2009-10-11 05:57:38 +02:00
symbol-test.cpp unit test to verify building a hashtable with Symbol keys 2009-10-11 05:57:38 +02:00
sync-classlock-test.cpp Further ClassLock refactoring; added linkonce assertion check 2009-01-21 13:04:28 +01:00
sync-locking-test.cpp improve and steamline the subsystem testcases 2009-09-29 02:39:48 +02:00
sync-timedwait-test.cpp renaming etc... 2008-12-31 05:05:34 +01:00
sync-waiting-test.cpp for the tests change some sleep into much shorter micro sleeps 2009-01-25 03:33:29 +01:00
testdummy.hpp now able to implement ScopedPtrVect iteration properly 2009-07-16 19:36:01 +02:00
teststreamtypes.hpp finish common->lib transition for the tests 2008-12-18 04:47:41 +01:00
testtargetobj.hpp namespace cleanup: bring Singleton and Factory into lib:: 2009-10-11 05:57:41 +02:00
thread-wrapper-join-test.cpp start using Symbol datatype instead of a disguised char* 2009-10-11 05:57:38 +02:00
thread-wrapper-test.cpp start using Symbol datatype instead of a disguised char* 2009-10-11 05:57:38 +02:00
time-wrapper-test.cpp rename and reenable cast in TimeWrapper_test; couldn't find the reason for the previous failure 2009-08-27 16:21:21 +02:00
typed-allocation-manager-test.cpp TypedAllocationManager (frontend) now in lib:: -- unit test pass 2009-10-11 05:57:43 +02:00
typed-counter-test.cpp reduce the stress load on TypedCounter_test, to avoid testsuite out of memory 2009-10-11 05:57:42 +02:00
vectortransfertest.cpp Fix some more format warnings 2009-09-05 19:11:17 +02:00
visitingtoolconcept.cpp namespace cleanup: bring Singleton and Factory into lib:: 2009-10-11 05:57:41 +02:00
visitingtoolextendedtest.cpp kill some warnings 2008-12-26 23:17:51 +01:00
visitingtooltest.cpp kill some warnings 2008-12-26 23:17:51 +01:00