Full-stack observability with actually useful AI | Grafana Cloud
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.
Create free account
Try Google Cloud Risk-Free With $300 in Credit
No hidden charges. No surprise bills. Cancel anytime.
Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
A microprocessor simulator for unittesting assembly code in embedded systems. Written in pure Java, it works with JUnit on any platform Java supports. Micros include 6502, 6800, 8051, Z80, and others.
XMLImportDB is an open source database import and comparison library
distributed by Burton Computer Corporation under the Apache Software
License version 2.0. XMLImportDB is useful for automating unit tests
of Java programs that use JDBC.
Surrogate is a complimentary unittesting framework, especially suitable for unittesting of large, complex Java systems. Surrogate integrates seamlessly with JUnit, MockEJB and various mock object implementations and is based on the AspectJ technology
Testsweet is a unittesting tool to ensure that all tests in a project are being run, by either auto generating unit test 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 unit test coverage.
JMXUnit is a simple extension of Junit - the popular java unittesting framework from Erich Gamma and Kent Beck. The goal of the JMXUnit package is to support JMX vendor independent testing of JMX MBeans.
VirtualMock is a UnitTesting tool. It uses Junit, Aspect-Oriented Programming (AOP) and the Mock Objects testing approach. Through AOP, it supports features which are not possible with other pure-java mock object frameworks.
Testpilot is a browser based unittesting framework for testing websites. With it you can record the keystrokes and mouse events for a session and play them back automatically. You can include assertions for values in inputs DIVs or JavaScript variables.
TiniUnit is a XUnit-like unittesting framework suitable for use on the Dallas Semiconductors TINI board. TiniUnit is similar the JUnit in intent, but is does not require reflection since the 1.0x version of the TINI OS does not support reflection.
RCPUnit is an unittesting framework, an automatic GUI testing framework, and a plugin for Eclipse RCP. It runs with PDE JUnit or other unittesting frameworks. It brings you the ability to do unittesting easily in RCP applications, and SWT application.
The schema unittesting project allows for easy unittesting of xml schema data requirements. It leverages junit and xml-unit libraries to provide a regression testing framework for xml schemas.
Provides possibility to adapt the interface of tested class. Enables to set a state of the class while writing tests by accessing the members that are not usually accessible.
jECMAUnit is an ECMA (Javascript) unittesting framework that uses the underlying javascript engine and JUnit to perform the tests in java, allowing browser-less unittesting of javascript code