catch2/tests/SelfTest/IntrospectiveTests
Martin Hořeňovský 1a8a793178
Refactor colour handling to prepare for per-reporter colour modes
This includes always compiling the ANSI and None colour
implementations, as they don't need to touch any platform
specific APIs, and removing their respective compile-time
configuration options.

Because the Win32 colour implementation requires Win32-specific
APIs, it is still hidden behind a compile-time toggle,
`CATCH_CONFIG_COLOUR_WIN32` (renamed from `..._COLOUR_WINDOWS`).

The commandline options for colours were also changed. The
option now uses different name, and allows to select between
different implementations, rather than changing whether
the compiled-in colour implementation is used through
"yes/no/default" options.
2022-03-28 13:10:13 +02:00
..
Clara.tests.cpp Extend checkLicense.py to also check tests 2022-01-29 13:10:54 +01:00
CmdLine.tests.cpp Refactor colour handling to prepare for per-reporter colour modes 2022-03-28 13:10:13 +02:00
ColourImpl.tests.cpp Add tests for ColourGuard 2022-03-24 16:02:56 +01:00
Details.tests.cpp Use the new licence header in SelfTest's cpp files 2022-01-29 00:03:43 +01:00
FloatingPoint.tests.cpp Use the new licence header in SelfTest's cpp files 2022-01-29 00:03:43 +01:00
GeneratorsImpl.tests.cpp Use the new licence header in SelfTest's cpp files 2022-01-29 00:03:43 +01:00
InternalBenchmark.tests.cpp Use the new licence header in SelfTest's cpp files 2022-01-29 00:03:43 +01:00
PartTracker.tests.cpp Use the new licence header in SelfTest's cpp files 2022-01-29 00:03:43 +01:00
RandomNumberGeneration.tests.cpp Use the new licence header in SelfTest's cpp files 2022-01-29 00:03:43 +01:00
Reporters.tests.cpp Refactor colour handling to prepare for per-reporter colour modes 2022-03-28 13:10:13 +02:00
Sharding.tests.cpp Use the new licence header in SelfTest's cpp files 2022-01-29 00:03:43 +01:00
Stream.tests.cpp Rename isStdout => isConsole and add doccomment 2022-03-24 16:02:51 +01:00
String.tests.cpp Use the new licence header in SelfTest's cpp files 2022-01-29 00:03:43 +01:00
StringManip.tests.cpp Use the new licence header in SelfTest's cpp files 2022-01-29 00:03:43 +01:00
Tag.tests.cpp Use the new licence header in SelfTest's cpp files 2022-01-29 00:03:43 +01:00
TestSpecParser.tests.cpp Add more tests for various less common tag-related cases 2021-12-28 00:22:53 +01:00
TextFlow.tests.cpp Add some tests for TextFlow::Column 2021-11-01 22:51:17 +01:00
ToString.tests.cpp Use the new licence header in SelfTest's cpp files 2022-01-29 00:03:43 +01:00
UniquePtr.tests.cpp Use the new licence header in SelfTest's cpp files 2022-01-29 00:03:43 +01:00
Xml.tests.cpp Use the new licence header in SelfTest's cpp files 2022-01-29 00:03:43 +01:00