Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.
Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
Try It Free
Auth0 B2B Essentials: SSO, MFA, and RBAC Built In
Unlimited organizations, 3 enterprise SSO connections, role-based access control, and pro MFA included. Dev and prod tenants out of the box.
Auth0's B2B Essentials plan gives you everything you need to ship secure multi-tenant apps. Unlimited orgs, enterprise SSO, RBAC, audit log streaming, and higher auth and API limits included. Add on M2M tokens, enterprise MFA, or additional SSO connections as you scale.
ZK Unit extends JUnit to test your ZK project: ZUL pages, composers, event handlers, constraints and more. Use ZKUnit for test driven development, to achieve codecoverage and integration with a continous build system.
An integrated testing framework, covering test case generation, execution, bug reporting, codecoverage and coding conventions. Currently This is a module suite for netbeans IDE, integrating some open source PHP Testing Tools
Coberclipse is a eclipse plugin for Corbertura. It will instrument the classes during the build and show the codecoverage after executing unit test cases.
QA cover is a lightweight toolkit used to improve the quality of your java applications by insuring proper unit and Quality Assurance testing coverage. Developers mark areas in their code, which are examined during unit and QA testing, revealing import.
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.
Unzip buildtemplate and you will have a project set up with ant/junit/verifydesign/codecoverage 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.
A codecoverage console app for wrapping MsTest executed tests for Visual Studio for Testers. The app extracts coverage data from a binary (*.coverage) file, generated by MsTest into an XML file which can be used in your build process.
AppSignal's MCP server hands Claude, Cursor, or Zed your real errors, traces, and the deploy that shipped them. AI writes the fix; you review the diff.
It is a JavaDoc and comment coverage tool. It check the quality of JavaDoc and comments in Java source files. The output is like the EMMA Java codecoverage.
Javelina is an advanced codecoverage tool that uses dynamic instrumentation to minimize the overhead for collecting coverage data. Additionally, Javelina allows the application of logical operations to codecoverage data.
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 codecoverage, Eclipse integration...
Recon-Calc is a source code feature location tool based on the Software Reconnaissance technique. It allows you to name features of your system and then, based on coverage profiles gathered, you can find where they are implemented in the source code.
BeCover is a Java codecoverage tool based on source-code analysis. The main goal is to keep it small and fast, so using it as a plugin in the common IDE's can be achieved.
This profiler (JRE 1.5.0 only) uses JVMTI and native bytecode instrumentation for the analysis of the heap, reachable objects, execution time, garbage collection efficiency, codecoverage and thread contention. No preparation steps required in build.
EMMA is a fast Java codecoverage tool based on bytecode instrumentation. It differs from the existing tools by enabling coverage profiling on large scale enterprise software projects with simultaneous emphasis on fast individual development.
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.
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
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.
Gretel is a tool for test coverage monitoring of java bytecode. It also has the unique feature of being able to remove coverage instrumentation for code which has already been covered, enhancing performance.
Utilises the JVMDI (Java Debug API) to produce line coverage reports
detailing which lines of code have been executed during a test. Report is
produced in XML and may be post-processed via XSLT into a prettier one.
Measure how directly your classes are tested by JUnit. Unlike traditional codecoverage tools, PEA considers and measures whether the code covered ran as a direct call from a test, or indirectly via chained calls.
gcov-eclipse is an Eclipse plug-in that will extend CDT to provide code-coverage testing to C/C++ projects by using the gcov program. It will integrate into the CDT's launch and managed build system.