Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.
Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
Download Now
Our Free Plans just got better! | Auth0
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.
Built on top of the CuTest framework, utf automates many of the tedious steps required to create a suite of test and makes it easy to test existing code not structured for unit testing.
Foo Test is a small, fast C-function unit testing project. It is capable of both benchmarking and validating C-functions while writing most of the test code through an easy perl script, and all the developer needed code can be added to a single file.
Dave's UnitTest (DUT) is a simple infrastructure for doing unit testing in c and c++. DUT can test boolean assertions, and test for the existence of expected c++ exceptions or POSIX signals. DUT also traps unexpected exceptions or signals.
Cue is a Unit Testing Framework for C. This framework supports making and execution of the unittest for C programs. Cue aims at the framework that beginner of Test First Programming or XP(eXtream Programming) can easily use.
RyC Unit Testing is a simple set of Ruby scripts designed to facilitate the use of Unit Testing with the C programming Language. It does all the hard work for you so you can focus on refining your code.
CxTest is a JUnit/cppUnit/xUnit-like unittest framework for C. It is extremely portable since it doesn't depend on RTTI, exception handling or any libraries (including standard ones)
Stubby C is a C Test Harness generator that helps developers to create effectieve C unit tests.
Stubby C can be combined with other unittest solutions like check or CUnit.
Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.
Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
The Ultimate Test Tool Infrastructure. This is a framework for commercial as well as non-commercial test tools. It allows to combine tools by supporting Purify, Insure++, QAC/QAC++, gcov, cppunit to build a unit testsuite.
"Web Test Tools" is an open source project which provides tools for different kind of testing such as unit tests (JUnit), and different kinds of tests for applications. Additionaly you can download here good implementation of internet protocols in Java.
xUnit is a XP style unit testing framework. xUnit uses a protocol between a front-end to display test results and a test driver linked into applications - removing the link time dependencies between the application and the graphics, formatting libraries.
CUT is a simple, to-the-point unit testing system. It's different from other unittest packages in that it follows the KISS principle. It's designed for C testing, not designed to emulate SUnit.
CUMock or CMock is a mock framework for interaction based unit testing, inspired by JMock. Good for Test Driven Development (TDD) in the C language. Extends CUnit or any other framework with adapters. Self describing.