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.
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.
An example project to demonstrate continuous integration, in Java.
A simple example project demonstrating automated build and testing. This project is in Java, uses Ant for the build script, and makes use of JUnit for unit testing.
A group of Java-based testing tools and JUnit extensions aimed at increasing quality awareness and ease of introduction of testing tools into the development cycle. Examples are Automated documentation, class hierarchy unit testing, and code coverage.
Enhancement to ANT / Maven - JUnit Reports:
- adds 'yellow' or 'blue' state to unit tests: "not fully implemented"
- an overview over how much not-fully-implemented tests exist
see Screenshots!
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.
Cathcart is a collection of Apache Ant tasks and a Maven plugin for checking trends in software metrics (generated by junit, jmeter, clover, pmd, findbugs, cobertura etc). Use Cathcart to ensure continuous improvement in software quality.
Unzip buildtemplate and you will have a project set up with ant/junit/verifydesign/code coverage all out of the box. It is a great way to get started and then add to the build.xml as you go. netbuildtemplate is for .net and has nant/nunit/NCover, etc.
EL4Ant is a light and efficient build system based on Apache Ant. A project is described in XML as modules with transitive dependencies. Features are provided thanks to plugins: Java execution, JUnit reports, EMMA code coverage, Eclipse integration...
How Good are your JUnit Tests? NoUnit measures your Junit tests in your project using Java, XML and XSLT.
NoUnit gives a picture of your code , like a graph gives you a picture of a set of figures, to allow you to see what is *really* going on.
Gretant is a tool that integrates Gretel (a tool that takes care of coverage measurement) and ant. It makes it possible to run tests from ant (for instance Junit test cases) and then produce reports.
JAM, JavaGen Ant Modules, is a modular Ant toolkit for developing and testing Java/J2EE applications. JAM supports EJB and Servlet/JSP development using XDoclet, JUnit, Cactus, Maven, Castor and UML code generation on various servers including JBoss.
XML-based fixture management system for JUnit/Java. Includes JUnit extensions for automating fixture setup/destroy based on an XML description. Supports files, URL'S, SpringFramework Beans, JAR's, and Groovy scripting (future).
JWare/AntUnit is a development toolkit for third-party Ant developers, particularly in-house build engineers. AntUnit provides a powerful extension library to the existing Ant software and a full JUnit-style testing environment for your Ant components.
VirtualMock is a Unit Testing 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.
Quilt is a Java software development tool which measures coverage, the extent to
which testing exercises the software under test. It works very well with Ant and JUnit
but may also be used in conjunction with other products.
SysUnit is a JUnit framework for distributed testing, system testing and integration testing. SysUnit is ideal for testing highly distributed software such as clusters of web applications, web services or MOM based software
The Java Integrated Build Environment is a build environment that combines XP concepts like Continuous Integration with existing tools like Ant, JUnit, CruiseControl, CVS and Tomcat, to provide the community with a tool to build, test and release software
JUB is intended as a JUnit test case generator framework accompanied by a number of IDE specific extensions. These extensions are to be invoked from within the IDE and must store generated test case code inside source repository administered by the IDE.
A set of APIs that can get u the class hiearchies. Object flows in the classes (Maximum that can be done else then runtime). Using MockObjects and Junit Frame work to test and get the Runtime Object Flow.
An extension to the JUnit 3.2 testing package (www.junit.org) to create a dynamic test suite from the manifest of a jar file. This will prevent the manual maintenance of a test suite inside of the main() method of a class.