Move helper functions into a class
This means we can hide the parsing function that takes an xml string from the public interface and add a friend class to test this. It also means that getRuns() can be called multiple times with different criteria without having to re-parse the file. Re #26897
Showing
- Framework/DataHandling/inc/MantidDataHandling/ISISJournal.h 37 additions, 16 deletionsFramework/DataHandling/inc/MantidDataHandling/ISISJournal.h
- Framework/DataHandling/src/ISISJournal.cpp 163 additions, 132 deletionsFramework/DataHandling/src/ISISJournal.cpp
- Framework/DataHandling/test/CMakeLists.txt 2 additions, 1 deletionFramework/DataHandling/test/CMakeLists.txt
- Framework/DataHandling/test/ISISJournalTest.h 232 additions, 106 deletionsFramework/DataHandling/test/ISISJournalTest.h
Please register or sign in to comment