AI-powered service management for IT and enterprise teams
Enterprise-grade ITSM, for every business
Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
Try it Free
Go From AI Idea to AI App Fast
One platform to build, fine-tune, and deploy ML models. No MLOps team required.
Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
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.