refs #13989. Measurement Repo.
Getting things under tests reveals that we really don't want to be touching real files as part of our new transfer strategy test. I'm therefore refactoring things to use a MeasurementSource (read Repository pattern) so that I can mock out the geneartion of Measurement(s) (new type) such that I can purely test the Transfer logic in this TransferStrategy.
Showing
- Framework/Kernel/inc/MantidKernel/CatalogInfo.h 2 additions, 0 deletionsFramework/Kernel/inc/MantidKernel/CatalogInfo.h
- Framework/Kernel/inc/MantidKernel/ICatalogInfo.h 3 additions, 0 deletionsFramework/Kernel/inc/MantidKernel/ICatalogInfo.h
- Framework/Kernel/inc/MantidKernel/UserCatalogInfo.h 7 additions, 4 deletionsFramework/Kernel/inc/MantidKernel/UserCatalogInfo.h
- Framework/Kernel/src/CatalogInfo.cpp 6 additions, 0 deletionsFramework/Kernel/src/CatalogInfo.cpp
- Framework/Kernel/src/UserCatalogInfo.cpp 22 additions, 17 deletionsFramework/Kernel/src/UserCatalogInfo.cpp
- Framework/Kernel/test/UserCatalogInfoTest.h 47 additions, 23 deletionsFramework/Kernel/test/UserCatalogInfoTest.h
- MantidQt/CustomInterfaces/CMakeLists.txt 1 addition, 0 deletionsMantidQt/CustomInterfaces/CMakeLists.txt
- MantidQt/CustomInterfaces/inc/MantidQtCustomInterfaces/ReflMeasureTransferStrategy.h 23 additions, 1 deletion...nc/MantidQtCustomInterfaces/ReflMeasureTransferStrategy.h
- MantidQt/CustomInterfaces/inc/MantidQtCustomInterfaces/ReflMeasurementSource.h 58 additions, 0 deletions...aces/inc/MantidQtCustomInterfaces/ReflMeasurementSource.h
- MantidQt/CustomInterfaces/src/ReflMainViewPresenter.cpp 13 additions, 0 deletionsMantidQt/CustomInterfaces/src/ReflMainViewPresenter.cpp
- MantidQt/CustomInterfaces/src/ReflMeasureTransferStrategy.cpp 43 additions, 1 deletion...idQt/CustomInterfaces/src/ReflMeasureTransferStrategy.cpp
- MantidQt/CustomInterfaces/test/ReflMainViewMockObjects.h 14 additions, 1 deletionMantidQt/CustomInterfaces/test/ReflMainViewMockObjects.h
- MantidQt/CustomInterfaces/test/ReflMeasureTransferStrategyTest.h 36 additions, 3 deletions...t/CustomInterfaces/test/ReflMeasureTransferStrategyTest.h
Loading
Please register or sign in to comment