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.
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.
Testsweet is a unit testing tool to ensure that all tests in a project are being run, by either auto generating unittest suites at runtime, or ensuring that all tests in a project are included in a static suite at build time.
JXCL is a framework for constructing transforming class loaders for Java. It can
be used for a wide range of purposes, including automated testing, in particular
testing of unittest coverage.
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.