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
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.
Cov is a codecoverage tool to get your codecoverage after your runuing some steps for your programs.It is based on llvm(Low Level Virtual Machine,http://llvm.org/).Now,it's only a begining,so welcome anybody to join in.
STUBborn C is a tool that allows you to create a module test framework for SW modules developed in C. The framework includes: Stubs needed to link the module; A sample Makefile to build, run tests and check codecoverage; Test templates using CUnit.
UProm Requirement Management System (traceability and requirement coverage). Includes : - An admin module to manage SCRUM Project and tree of requirements - A multi-user Web-based client - Tools for databases management (HSQLDB, PostGreSQL,...) UProm
An eclipse plugin for codecoverage visualization of JUnit Tests. Especially useful for test-first development. Supported coverages include block coverage and all-uses coverage (Data Flow Analysis).
Start building on Google Cloud with $300 in free credits. No commitment, no credit card required until you're ready to scale.
Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
Coberclipse is a eclipse plugin for Corbertura. It will instrument the classes during the build and show the codecoverage after executing unit test cases.
A clean, modern Infobot rewrite by one of the original Infobot developers. 100% Infobot feature parity, with 100% code and documentation coverage is our goal.
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.
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...
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.
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.
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.
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.
Tiria is a eclipse-plugin to view codecoverage data (e.g. from cobertura) within the IDE. Main objective of the plugin is to show how the codecoverage changes during project progress.
Java Web Application Stack built on top of Wicket, Spring, Hibernate/Ibatis, Jetty, HSQLDB, Junit, functional testing (Selenium), codecoverage(Cobertura), DB Migration and CI. Its intent is to provide a rapid method for creating java web new projects
Automation unit testing tool for C & C++ on Linux platform
...It covers major testing areas such as Unit Testing, Functional Testing and Regression Testing.
Two major sections of the testing area like memory management and codecoverage is accomplished by open source tools, such as,
• Valgrind -- Memory Management
• Lcov -- CodeCoverage
• splint -- Static Code Analysis
2. Supported Platform
• Linux operating system on Intel x86 architecture
• Linux operating system on Intel x86_64 architecture
JUnitMetrics is a tool that enables to measure basic JUnit and Cactus tests metrics (like number of tests, assertions, number of executed assertions). It is great, complementary solution to codecoverage tools and mutation testers.