Added a TestHelpers package to hold code that is used for creating helper...
Added a TestHelpers package to hold code that is used for creating helper functions/classes for unit tests. Required for implementation of unit tests with CMake. Not quite active yet though. Re #2196.
Showing
- Code/Mantid/Framework/CMakeLists.txt 3 additions, 0 deletionsCode/Mantid/Framework/CMakeLists.txt
- Code/Mantid/Framework/TestHelpers/CMakeLists.txt 20 additions, 0 deletionsCode/Mantid/Framework/TestHelpers/CMakeLists.txt
- Code/Mantid/Framework/TestHelpers/inc/MantidTestHelpers/ComponentCreationHelper.h 98 additions, 0 deletions...stHelpers/inc/MantidTestHelpers/ComponentCreationHelper.h
- Code/Mantid/Framework/TestHelpers/inc/MantidTestHelpers/DLLExport.h 14 additions, 0 deletions...d/Framework/TestHelpers/inc/MantidTestHelpers/DLLExport.h
- Code/Mantid/Framework/TestHelpers/inc/MantidTestHelpers/TestChannel.h 67 additions, 0 deletions...Framework/TestHelpers/inc/MantidTestHelpers/TestChannel.h
- Code/Mantid/Framework/TestHelpers/inc/MantidTestHelpers/WorkspaceCreationHelper.h 106 additions, 0 deletions...stHelpers/inc/MantidTestHelpers/WorkspaceCreationHelper.h
- Code/Mantid/Framework/TestHelpers/src/ComponentCreationHelper.cpp 311 additions, 0 deletions...tid/Framework/TestHelpers/src/ComponentCreationHelper.cpp
- Code/Mantid/Framework/TestHelpers/src/TestChannel.cpp 36 additions, 0 deletionsCode/Mantid/Framework/TestHelpers/src/TestChannel.cpp
- Code/Mantid/Framework/TestHelpers/src/WorkspaceCreationHelper.cpp 435 additions, 0 deletions...tid/Framework/TestHelpers/src/WorkspaceCreationHelper.cpp
Loading
Please register or sign in to comment