Skip to content

Unit tests for XMLCoreParser

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

Loading