catch2/tests/SelfTest
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
..
Baselines Refactor how shortcircuiting of old style matchers is tested 2020-07-26 21:31:29 +02:00
CompileTimePerfTests Move tests from projects/ to tests/ 2019-12-05 16:00:20 +01:00
IntrospectiveTests Cleanup some stuff found by MSVC's /analyze 2020-08-20 20:42:21 +02:00
Misc Move tests from projects/ to tests/ 2019-12-05 16:00:20 +01:00
TimingTests Increase tolerances in --min-duration tests 2020-07-26 10:48:03 +02:00
UsageTests Cleanup some stuff found by MSVC's /analyze 2020-08-20 20:42:21 +02:00
TestRegistrations.cpp Remove catch_default_main.hpp 2020-05-09 18:00:49 +02:00
WarnAboutNoTests.cmake Move tests from projects/ to tests/ 2019-12-05 16:00:20 +01:00