source: molecuilder/src/unittests@ abab7e

Name Size Rev Age Author Last Change
../
ActionSequenceTest.cpp 5.0 KB d06198   16 years FrederikHeber MEMLEAK: created ActionSequence was not deleted at the end of some tests.
ActionSequenceTest.hpp 865 bytes 8d24e2   16 years Till Crueger Added more tests for Actionsequence - Test if every included object …
ActOnAllUnitTest.cpp 3.4 KB 39fef2   16 years FrederikHeber MEMLEAK: ActOnAllTest forgot to delete the copied VectorList Ref and …
ActOnAllUnitTest.hpp 842 bytes bc8155   16 years FrederikHeber Test code is moved to its own source subdirectory: test. - …
analysisbondsunittest.cpp 4.8 KB 4c60ef   15 years Till Crueger Added generic singleton Pattern that can be inherited to any class …
analysisbondsunittest.hpp 979 bytes e462b3   16 years FrederikHeber Two new bond analysis functions. - GetMaxMinMeanBondCount() - …
AnalysisCorrelationToPointUnitTest.cpp 3.7 KB 4c60ef   15 years Till Crueger Added generic singleton Pattern that can be inherited to any class …
AnalysisCorrelationToPointUnitTest.hpp 1.2 KB e1900f   16 years FrederikHeber Closed ticket #48 (AnalysisCorrelation...() take MoleculeListClass
AnalysisCorrelationToSurfaceUnitTest.cpp 6.5 KB 4c60ef   15 years Till Crueger Added generic singleton Pattern that can be inherited to any class …
AnalysisCorrelationToSurfaceUnitTest.hpp 1.5 KB e1900f   16 years FrederikHeber Closed ticket #48 (AnalysisCorrelation...() take MoleculeListClass
AnalysisPairCorrelationUnitTest.cpp 3.7 KB 4c60ef   15 years Till Crueger Added generic singleton Pattern that can be inherited to any class …
AnalysisPairCorrelationUnitTest.hpp 1.2 KB e1900f   16 years FrederikHeber Closed ticket #48 (AnalysisCorrelation...() take MoleculeListClass
AtomDescriptorTest.cpp 4.9 KB 4c60ef   15 years Till Crueger Added generic singleton Pattern that can be inherited to any class …
AtomDescriptorTest.hpp 717 bytes f058ef   15 years Till Crueger Added methods to query Molecules by ID
atomsCalculationTest.cpp 2.8 KB abab7e   15 years Till Crueger Changed the mutex type used in the Singleton pattern to allow multiple …
atomsCalculationTest.hpp 677 bytes 7bfc19   16 years Till Crueger Made the world solely responsible for creating and destroying atoms.
bondgraphunittest.cpp 3.4 KB 4c60ef   15 years Till Crueger Added generic singleton Pattern that can be inherited to any class …
bondgraphunittest.hpp 885 bytes e960b1   16 years FrederikHeber BUGFIX: unnecessary include in header, file not closed in definition …
CacheableTest.cpp 1.5 KB 44becc   16 years FrederikHeber Tests now work with Eclipse ECUT's TestRunner. - new switch in …
CacheableTest.hpp 509 bytes d0c7ec   16 years Till Crueger Added data structure to allow caching of derived values
gslmatrixsymmetricunittest.cpp 6.5 KB 44becc   16 years FrederikHeber Tests now work with Eclipse ECUT's TestRunner. - new switch in …
gslmatrixsymmetricunittest.hpp 881 bytes e651e7   16 years FrederikHeber Wrapper class for gsl_matrix along with working Unit test. - new …
gslmatrixunittest.cpp 6.2 KB 44becc   16 years FrederikHeber Tests now work with Eclipse ECUT's TestRunner. - new switch in …
gslmatrixunittest.hpp 863 bytes e651e7   16 years FrederikHeber Wrapper class for gsl_matrix along with working Unit test. - new …
gslvectorunittest.cpp 2.3 KB 44becc   16 years FrederikHeber Tests now work with Eclipse ECUT's TestRunner. - new switch in …
gslvectorunittest.hpp 799 bytes 22b47e   16 years FrederikHeber Wrapper class for gsl_vector along with working Unit test. - new …
infounittest.cpp 929 bytes 45cc89   16 years FrederikHeber MEMLEAK: In many tests World, MemoryUsageObserver, logger or …
infounittest.hpp 569 bytes edf611   16 years FrederikHeber New Info class that contains a global verbosity level, increased per …
linearsystemofequationsunittest.cpp 2.5 KB 44becc   16 years FrederikHeber Tests now work with Eclipse ECUT's TestRunner. - new switch in …
linearsystemofequationsunittest.hpp 946 bytes 247d49   16 years FrederikHeber Wrapper class for gsl_linalg along with working Unit test. - new …
listofbondsunittest.cpp 6.8 KB 4c60ef   15 years Till Crueger Added generic singleton Pattern that can be inherited to any class …
listofbondsunittest.hpp 1.1 KB 872b51   16 years FrederikHeber Huge refactoring: molecule::ListOfBondsPerAtom and …
logunittest.cpp 1.3 KB 45cc89   16 years FrederikHeber MEMLEAK: In many tests World, MemoryUsageObserver, logger or …
logunittest.hpp 459 bytes 96d8dc   16 years Saskia Metzler Ticket 43 Create a logging class The verbosity level can now be …
Makefile.am 6.1 KB abab7e   15 years Till Crueger Changed the mutex type used in the Singleton pattern to allow multiple …
manipulateAtomsTest.cpp 3.0 KB abab7e   15 years Till Crueger Changed the mutex type used in the Singleton pattern to allow multiple …
manipulateAtomsTest.hpp 702 bytes 9ef76a   16 years Till Crueger Added a mechanism that allows the world to track changes done by the …
memoryallocatorunittest.cpp 2.0 KB 45cc89   16 years FrederikHeber MEMLEAK: In many tests World, MemoryUsageObserver, logger or …
memoryallocatorunittest.hpp 703 bytes 53f32e   16 years Saskia Metzler temp commit
memoryusageobserverunittest.cpp 5.1 KB edbe74   16 years FrederikHeber MEMLEAK: Lots of Free() have been forgotten after Malloc's at start of …
memoryusageobserverunittest.hpp 1.6 KB 53f32e   16 years Saskia Metzler temp commit
MoleculeDescriptorTest.cpp 5.6 KB 4c60ef   15 years Till Crueger Added generic singleton Pattern that can be inherited to any class …
MoleculeDescriptorTest.hpp 797 bytes f058ef   15 years Till Crueger Added methods to query Molecules by ID
ObserverTest.cpp 4.8 KB 031ec24   16 years FrederikHeber FIX: Values have been used uninitialized.
ObserverTest.hpp 1.1 KB 6997fa   16 years Till Crueger Added a view that displays all molecules using a QTableWidget
SingletonTest.cpp 4.0 KB ff1812   15 years Till Crueger Added Unittest for Singleton pattern
SingletonTest.hpp 450 bytes ff1812   15 years Till Crueger Added Unittest for Singleton pattern
stackclassunittest.cpp 2.0 KB 45cc89   16 years FrederikHeber MEMLEAK: In many tests World, MemoryUsageObserver, logger or …
stackclassunittest.hpp 760 bytes 92fc40   16 years FrederikHeber Added Unit test for StackClass. - was former …
tesselation_boundarytriangleunittest.cpp 7.1 KB ececad   16 years FrederikHeber MEMLEAK: TesselPoints and Vectors created during …
tesselation_boundarytriangleunittest.hpp 1.1 KB ececad   16 years FrederikHeber MEMLEAK: TesselPoints and Vectors created during …
tesselation_insideoutsideunittest.cpp 6.0 KB 44becc   16 years FrederikHeber Tests now work with Eclipse ECUT's TestRunner. - new switch in …
tesselation_insideoutsideunittest.hpp 932 bytes eda56a   16 years FrederikHeber Changes to FindClosest...ToVector() and use of ..Map,..Set,..List …
tesselationunittest.cpp 6.7 KB 44becc   16 years FrederikHeber Tests now work with Eclipse ECUT's TestRunner. - new switch in …
tesselationunittest.hpp 934 bytes eda56a   16 years FrederikHeber Changes to FindClosest...ToVector() and use of ..Map,..Set,..List …
TestRunnerMain.cpp 297 bytes 44becc   16 years FrederikHeber Tests now work with Eclipse ECUT's TestRunner. - new switch in …
UnitTestMain.cpp 1017 bytes 44becc   16 years FrederikHeber Tests now work with Eclipse ECUT's TestRunner. - new switch in …
vectorunittest.cpp 10.0 KB 45cc89   16 years FrederikHeber MEMLEAK: In many tests World, MemoryUsageObserver, logger or …
vectorunittest.hpp 1.5 KB 53f32e   16 years Saskia Metzler temp commit
  • Property mode set to 040000
Note: See TracBrowser for help on using the repository browser.