Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.
Build, govern, and optimize agents and models with Gemini Enterprise Agent Platform.
Start Free
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.
Test Automation framework intended for coarse-grained testing
Koarse Grind has been rewritten in Kotlin (hence the 'K'). It's new home is here: https://github.com/william-hood/koarse-grind-kotlin
__________________________________
Test Automation framework for Kotlin/Java with an integrated web-based user interface. It is intended for larger-grained testing of an installed & configured product, rather than unit testing.
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.
AceUnit (Advanced C and Embedded Unit): a comfortable C code unittest framework. AceUnit is JUnit 4.x style, easy, modular and flexible. AceUnit can be used in resource constraint environments, e.g. embedded software development.
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.
Parameterized UnitTest Framework is an open-sourced PUT library for JUnit 4. This project is developed in my spare time and currently updated actively.
Core features:
1. Separation of test data from test code
2. Annotation support
3. Automated test parameter injection
4. Dedicated test runner
Mockrunner is a lightweight framework for unit testing applications in the J2EE environment. It supports servlets, filters, tag classes and Struts actions. It includes a JDBC a JMS and a JCA test framework and can be used to test EJB based applications.
Timedout Is My Entirely #defined Old Unit Tester A simple C unittest framework consisting of a number of C macros. Fully contained, including documentation and examples, in a single C header file.
SPARKUnit is a unittest framework for the SPARK programming language. It enables developers to create unit tests which can be analysed by the SPARK Examiner. This allows for testing of operations with preconditions and flow analysis of test cases.
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.
JDistUnit is a test framework for distributed unit testing with Java (think "JUnit on multiple computers at once"), useful for load and stress testing. Features hot deployment of test cases to the remote test servers.
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.
iValidator is a Java framework for automation of scenario and integration tests in complex environments. Features: automatic testing, reusability of unit tests, separation of code and data, Eclipse Plug-In, ANT tasks, support of all testing levels ...
JMUnit is a Java ME (J2ME) unittest framework based on JUnit. It supports JUnit-like test cases and test suites. Tests can be run in a device, in an emulator or as Ant tasks. IMPORTANT NOTE: The JMUnit project will be merged with the J2MEUnit project.
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)
RUn (REBOL Unit) is a UnitTest Framework inspired from jUnit.
It provides a way to develop TestCases and submit developped code in REBOL to their verification.
The Winfessor .NET UnitTest Library is a very simple, feature-lacking unittest framework and Winforms GUI designed to get the job done. Tests are ran on a background thread so the GUI remains responsive. Attributes are used to designate test items.
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.