Run applications fast and securely in a fully managed environment
Cloud Run is a fully-managed compute platform that lets you run your code in a container directly on top of scalable infrastructure.
Run frontend and backend services, batch jobs, deploy websites and applications, and queue processing workloads without the need to manage infrastructure.
Try for free
All-In-One SEO Software and Tools
Online SEO Software for better website optimization
Seobility checks your complete website, by crawling all linked pages. All found pages with errors, problems with the on-page optimization or problems regarding the page content like duplicate content are collected and displayed in each check section. Of course, you can also analyze all problems of a single page in our page browser. For a sustainable and continuous review of your website, each project is constantly crawled and analyzed by our crawlers to track the progress of your optimization. You will also be notified by our monitoring service with the status of your website via e-mail, if server errors and major problems occur. Seobility not only provides a detailed SEO audit but also gives tips and instructions on how to fix the problems found on your website. By fixing these issues, you make sure that Google can access all of your relevant content and understand what it’s about in order to match it with suitable search queries.
A port of the well-known C++ Unit Testing Framework on Visual Studio with a binary installers for the library.
Projects using CppUnit for their tests only need to install the binary version. Download the binary installers from the "Files" section.
CxxTest is a unit testing framework for C++ that is similar in spirit to JUnit, CppUnit, and xUnit. CxxTest is easy to use because it does not require precompiling a CxxTest testing library, it employs no advanced features of C++ (e.g. RTTI) and it supports a very flexible form of test discovery.
CppUnit is the C++ port of the famous JUnit framework for unit testing.
Test output is in XML or text format for automatic testing and GUI based for supervised tests.
Build fully functional websites and web apps by simply chatting with AI. Launch in 1 click – no coding, no delays.
Got an idea? Launch it today
Hostinger Horizons is an AI-powered revolutionary new way to build websites and web apps. No coding, no delays. Users just need to tell the AI what they want, and it builds it, instantly. Whether it's a food delivery platform, a fitness tracker, or a custom business tool, Horizons turns the idea into a fully functional, mobile-friendly app in minutes. It’s fully customizable, lightning-fast, and designed for creators who want results without the complexity. With built-in hosting, professional email, and one-click deployment, you're ready to publish your idea right away.
Voodoo-Mock is a framework for `mock objects' based unit testing in C++. Written in perl, Voodoo-Mock parses C++ code, and generates redirection and mock classes. Voodoo-Mock can be used with test suite frameworks such as CXXTest or CPPUnit.
repo now stored @github:
https://github.com/shlomimatichin/Voodoo-Mock
mockpp is a platform independent unit testing framework for C++. Its goal is to facilitate developing unit tests and integration tests in the spirit of "Mock Objects for Java" and jMock. It is tested with CppUnit but should work with other frameworks.
That project aims at providing tools and code to be used in C++ projects that use CppUnit and/or trac, to be able to include them easily in CruiseControl.
A cross-platform (tested under MSW, Linux GTK2 and Mac OS X) open source GUI testing framework for wxWidgets. With minimal changes to your program, you can write unit tests using CppUnit or capture user interaction into a CppUnit test case.
EfficiencyGuardian extracts callgrind efficiency measures from individual CppUnit test cases to detect efficiency regresion. It includes a data mining web tool to browse historic results and TestFarm integration for unattended execution on commit.
Bring compliance and operations under one roof with an AI agent that automates workflows, policies that enforce rules, and a platform that delivers results.
MiniCppUnit another C++ port of the famous JUnit framework for unit testing.
Unlike CppUnit, MiniCppUnit follows a minimalistic aproach: The basic features are the same but in only bout 500 lines of code! No library instalation is needed, etc.
KDevCppUnit is both a standalone application and a plugin for KDevelop (http://www.kdevelop.org) to support unit testing based on CppUnit (http://cppunit.sf.net)
The Ultimate Test Tool Infrastructure. This is a framework for commercial as well as non-commercial test tools. It allows to combine tools by supporting Purify, Insure++, QAC/QAC++, gcov, cppunit to build a unit testsuite.
yakTest is a very lightweight (only a few classes) testing framework in the spirit of JUnit, CppUnit, and others. It emphasizes small-grained test classes and text output in file:line:message format suitable for emacs. A sample test case is included.
CxxTestNg is a JUnit/CppUnit/xUnit-like framework for C/C++. It does not require RTTI, exception handling, or any external libraries. It is only a set of header files (and a python script) that are easy to integrate into an existing project.