Skip to content
  • Gemma Guest's avatar
    Move helper functions into a class · c0aee984
    Gemma Guest authored
    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
    c0aee984