Unit testing is a type of software testing that focusses on testing small units (usually the lowest common denominator) instead of whole processes. This makes more tests necessary but their successful executing makes pinpointing actual successful code easier.
Created by Kent Beck, Erich Gamma
发布于 1997
Node.js test runner that lets you develop with confidence 🚀
翻译 - 🚀JavaScript测试运行程序
An Electron & Vue.js quick start boilerplate with vue-cli scaffolding, common Vue plugins, electron-packager/electron-builder, unit/e2e testing, vue-devtools, and webpack.
翻译 - Electron&Vue.js快速入门样板,带有vue-cli脚手架,常见的Vue插件,electron-packager / electron-builder,单元/ e2e测试,vue-devtools和Webpack。
#IOS#A handy collection of more than 500 native Swift extensions to boost your productivity.
翻译 - 方便的500多种本机Swift扩展集合,可提高您的生产力。
Useful CMake Examples
The pytest framework makes it easy to write small tests, yet scales to support complex functional testing
翻译 - pytest框架使编写小型测试变得容易,但可以扩展以支持复杂的功能测试
A faster, simpler way to drive browsers supporting the Chrome DevTools Protocol.
翻译 - 驱动浏览器支持Chrome DevTools协议的更快,更简单的方法。
Test spies, stubs and mocks for JavaScript.
翻译 - 测试JavaScript的间谍,存根和模拟。
#编辑器#Your Gateway to Embedded Software Development Excellence 👽
翻译 - PlatformIO是用于嵌入式开发的新一代生态系统:Alien:
一个快速、功能丰富的 C++ 单文件头测试框架
#安卓#Android Unit Testing Framework
翻译 - Android单元测试框架
Unit and Integration Test generation for Developers. Generate tests and stubs for your application that actually work!
翻译 - No code API testing platform. Create unit tests and data mocks from API calls.
Full-stack testing PHP framework
翻译 - 全栈测试PHP框架
Property based testing framework for JavaScript (like QuickCheck) written in TypeScript
xUnit.net is a free, open source, community-focused unit testing tool for .NET.
翻译 - xUnit.net是针对.NET Framework的免费,开源,以社区为中心的单元测试工具。
Write better integration tests! Dockertest helps you boot up ephermal docker images for your Go tests with minimal work.
Language-agnostic HTTP API Testing Tool
🍰 Cake (C# Make) is a cross platform build automation system.
翻译 - Cake(C#Make)是一个跨平台的构建自动化系统。
FluentAssertions 是一个基于.NET 的断言库,它提供了一种链式调用的方式来编写断言语句。
Various recipes for testing common scenarios with Cypress
翻译 - 赛普拉斯用于测试常见场景的各种配方
AutoFixture is an open source library for .NET designed to minimize the 'Arrange' phase of your unit tests in order to maximize maintainability. Its primary goal is to allow developers to focus on wha...