catch2/tests
Martin Hořeňovský 1a97af45f1
Cleanup some stuff found by MSVC's /analyze
* Added some missing `noexcept`s on custom destructors.
* Fixed `std::move` being called on a const-reference.
* Initialized `ScopedMessage::m_moved` in class definition, instead
of doing so in constructors explicitly.
* Turned some `enum`s into `enum class`es.
* Initialized `StreamingReporterBase::currentTestCaseInfo` in class
definition.
* Some cleanups in SelfTest code.
2020-08-20 20:42:21 +02:00
..
ExtraTests Increase tolerances in --min-duration tests 2020-07-26 10:48:03 +02:00
SelfTest Cleanup some stuff found by MSVC's /analyze 2020-08-20 20:42:21 +02:00
TestScripts Fix how testRandomOrder.py builds tag arguments 2020-07-26 10:51:55 +02:00
CMakeLists.txt Refactor tests for duration reporting threshold 2020-07-26 10:47:58 +02:00