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.
Try 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.
Artima SuiteRunner simplifies the writing of conformance and unit tests for Java APIs, and serves as a powerful and configurable runner for JUnit test cases.
C and ASM code metrics and review tools. XML, Excel, and CSV reports for multiple segments within files such as production and unittest code. Web server GUI interface. Calculates lines of code (both LOC and eLOC), cyclomatic complexity, and others.
NCover - A tool to tell you how much of your program is covered by your automatic tests.
Instruments source code prior to running unit tests to establish test coverage.
* Nant integration
* For use with continuous integration builds
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.
SmtpUnit is a smtp server written in java to be used for unit testing java code within a enterprise level or stand alone java application to test code that results in an email being sent.
SkeletoNUnit automatically generates NUnit unittest skeletons for your .Net assemblies. Using reflection to probe the assembly for class definitions, test suites are easily made covering all methods and properties.
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.
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.
Secure File Transfer for Windows with Cerberus by Redwood
Protect and share files over FTP/S, SFTP, HTTPS and SCP with the #1 rated Windows file transfer server.
Cerberus supports unlimited users and connections on a single IP, with built-in encryption, 2FA, and a browser-based web client — all deployable in under 15 minutes with a 25-day free trial.
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.
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.
XMLProg is a DTD(XMLSchema) for programmers to write Programs in an XML editor (particularily tree editor). Structure cannot be in error due to errant brace, Extreme Programming writing func spec and unittest data first can be enforced. Output can be tra
The TclUnit project is an implementation of the xUnit unittest framework, in Tcl. It provides a framework for organizing tests, plus utilities and extensions to facilitate unit testing of programs and libraries through the Tcl programming language.
Orome is a tool for automating System or Acceptance tests (also Unittest though this is not the focus) for web-based systems. Orome takes a set of static HTML pages defining a walkthrough of (part of) the systems and tests it against the running system.
Puffin allows you to test any web application or service. Once customized to your web application, you can use Puffin to unittest individual web pages, system test your entire web application, or load test your entire site.
SUnit Browser is a functional, but simple and reasonably portable, user interface for the SUnit Test Environment for Smalltalk. These interfaces enhance the usefulness of the SUnit testing platform and facilitate unit and acceptance testing during develo
jsAssertUnit is a unit testing framework based on assertions, helping JavaScript developers to test their code. Failing assertions about the program state are tracked in a Reporter window of a DOM compliant browser : IE5+, Mozilla, Netscape 6+, etc.
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
Automates mocking of dependencies for class under test
Automates mocking dependencies for class under test.
Helps C# developers reduce time spent for the tedious recurring task of creating mocks and a setup method in unittest classes.
Usage:
----------------------------------------------------
TreadAES.exe {key} {input_path} {output_path} {mode}
TreadAES.exe test
----------------------------------------------------
key = hexidecimal key e.g 0x00112233445566778899aabbccddeeff
input_path = input file
output_path = output file
mode = 'encrypt' or 'decrypt'
Note: paths are absolute
test mode will run unit tests only
Files are not to be overwritten
Author: Hayden Virtue 2012
Implementation of Nov 2001 Unclassfied AES standard http://csrc.nist.gov/publications/fips/fips197/fips-197.pdf