1
0
Fork
You've already forked TestAbs.cpp
0
Some thin abstraction layer around unit testing frameworks for C++
C++ 72.8%
CMake 27.2%
Find a file
2023年10月17日 20:17:07 +03:00
backends Initial commit 2023年10月17日 20:17:07 +03:00
bin Initial commit 2023年10月17日 20:17:07 +03:00
cmake Initial commit 2023年10月17日 20:17:07 +03:00
include/TestAbs Initial commit 2023年10月17日 20:17:07 +03:00
lib Initial commit 2023年10月17日 20:17:07 +03:00
packaging Initial commit 2023年10月17日 20:17:07 +03:00
.gitignore Initial commit 2023年10月17日 20:17:07 +03:00
.gitmodules Initial commit 2023年10月17日 20:17:07 +03:00
CMakeLists.txt Initial commit 2023年10月17日 20:17:07 +03:00
ReadMe.md Initial commit 2023年10月17日 20:17:07 +03:00
UNLICENSE Initial commit 2023年10月17日 20:17:07 +03:00

TestAbs - a test framework abstraction layer

Provides a very limited interface for the ones who want to reuse test frameworks machineries in own higher level testing solutions.

Testing frameworks all have own good and bad sides.

I.e.

  • support of different output formats
  • multithreading and multiprocessing

This library provides an interface to hide their diversity behind it.