Skip to content

Unit tests for XMLCoreParser

Shaun Roe requested to merge sroe/athena:main-test-XMLCoreParser into main

Introduce basic unit tests for XMLCoreParser:

  • Parse an arbitrary well formed XML document
  • Try to parse a non-existent file
  • Try to parse an XML file which is not well formed (missing closing element)

Merge request reports