doctest

FORK: The fastest feature-rich C++11/14/17/20 single-header testing framework
git clone https://git.neptards.moe/neptards/doctest.git
Log | Files | Refs | README

list_reporters_xml.txt (469B)


      1 <?xml version="1.0" encoding="UTF-8"?>
      2 <doctest binary="all_features">
      3   <Options order_by="file" rand_seed="324" first="0" last="4294967295" abort_after="0" subcase_filter_levels="2147483647" case_sensitive="false" no_throw="false" no_skip="false"/>
      4   <Listener priority="1" name="my_listener"/>
      5   <Reporter priority="0" name="console"/>
      6   <Reporter priority="0" name="junit"/>
      7   <Reporter priority="0" name="xml"/>
      8   <Reporter priority="1" name="my_xml"/>
      9 </doctest>