Deploy in 115+ regions with the modern database for every enterprise.
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Start Free
$300 in Free Credit Towards Top Cloud Services
Build VMs, containers, AI, databases, storage—all in one place.
Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
A modern, C++-native, test framework for unit-tests, TDD and BDD
A modern, C++-native, test framework for unit-tests, TDD and BDD - using C++14, C++17 and later (C++11 support is in v2.x branch, and C++03 on the Catch1.x branch). Catch2 is mainly a unit testing framework for C++, but it also provides basic micro-benchmarking features and simple BDD macros. Catch2's main advantage is that using it is both simple and natural.
C++ Library for the Common Image Generator Interface
...Packet processing is kept simple and a couple of simple helper functions / classes are provided in CIGIGeneric.h and some other headers to support this.
Helpers are provided for version interpretation and conversion of packet parameters to text.
Testing is supported using the boost test framework to develop unit tests for each of the packets.
Because the library is header-only it can easily support many platforms / compilers but this has not yet been tested. Note: Currently the use of bitfields in the library may cause erroneous use in some compilers.
C++ unittest framework, allowing you to write tests with minimal effort. Scales to large projects with thousands of tests. Supports suites and running of subsets of tests using globbing to match test names.
Advanced C/C++ library(ACL) for UNIX-like OS and WIN32 OS, including sync/async/ssl iostream for net/file, thread pool, process pool, db pool, server framework, event, memory, string, array/hash/ring/list, xml and json parser, http/smtp/icmp protocol, SSL/TLS, C unittest, etc
Unit++ is a C++ framework in the spirit of junit, but implemented from scratch in C++. This is done to work better with the C++ world, than a port of the Java version can.
TUT performs all required tasks that one can expect from unittest framework, but at the same time is small and robust (about 2.5k SLOC with 98% self-test coverage). Deploying TUT is very fast, since it is a header-only library.
With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Cput – is the unittest framework that allow create and run tests for C++ projects. MS Visual Studio add-in makes easier to add new tests and debug and run existing. Currently support x86 C++ projects for MS VS 2005 and 2008.
Testserver for Symbian OS is a unittest framework designed for production mobile phones, wherein test steps are written as ECOM plugins and test script can be easily run from the shell. It has a range of prewritten steps for setting up test environments
fgen is a free command line tool that facilitates cross platform c++ development, including header generation, cpp file generation, makefile generation, unittest framework generation, etc.
KvTest is a C++ test framework. It aims at making test-driven development easy and affordable. It's features are, among others, easy integration, dependency tracking, and statistics.
CppUtx is a unittest framework for C++ based on the article `Cpp Utx Overview` written by Robert DiFalco and some parts of CxxTest. It depends on the standard and the boost library.
Most C++ test frameworks are like JUnit. Unfortunately C++ lacks reflection and lots of boiler plate code is needed for JUnit style tests. This framework tries to minimize the amount of boiler plate code required for simple test. Just enjoy writing tests!
A C++ unittest framework for Windows with both a
graphical and console display that utilizes only the
Windows API to aid compatability with all Windows C++
compilers and frameworks