catch2/include
Martin Hořeňovský 581c46249a
JUnit reporter uses only 3 decimal places when reporting durations
We used to use whatever precision we ended up having from C++'s
stdlib. However, some relatively popular tools, like Jenkins,
use Maven SureFire XML schema to validate JUnit test reports, and
Maven SureFire schema requires the duration to have at most 3
decimal places.

For compatibility, the JUnit reporter will now respect this
limitation.

Closes #2221
2021-05-22 23:45:43 +02:00
..
external fixing UB 2020-05-29 14:56:40 +02:00
internal Fixed noexcept benchmark build for gcc. 2021-05-21 20:49:16 +02:00
reporters JUnit reporter uses only 3 decimal places when reporting durations 2021-05-22 23:45:43 +02:00
catch.hpp v2.13.6 2021-04-16 20:14:58 +02:00
catch_with_main.hpp Fixed catch_with_main.hpp (no longer references deleted catch_runner.hpp) 2015-12-28 15:06:04 +00:00