Improve negative assertions by checking the actual exceptions' content.

This commit is contained in:
hashlag
2026-08-02 03:06:27 +03:00
parent 8b9b67aa0c
commit c03b392bcc
8 changed files with 247 additions and 46 deletions
+1
View File
@@ -28,6 +28,7 @@ add_executable(ChaosTests ${ChaosTests_SOURCE})
target_link_libraries(ChaosTests gtest gtest_main)
target_include_directories(ChaosTests PRIVATE
$<BUILD_INTERFACE:${PROJECT_SOURCE_DIR}/Chaos>
$<BUILD_INTERFACE:${PROJECT_SOURCE_DIR}/ChaosTests>
)
target_compile_options(ChaosTests PRIVATE -Wunused -Werror=unused)