How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.
A simple mocking framework for Swift, inspired by the famous http://mockito.org/
The main features of sabirvirtuoso/mockit are: Mocking Tools, Testing Frameworks.
Projects with overlapping indexed features include: farfetch/mockingbird — Simplify software testing, by easily mocking any system using HTTP/HTTPS, allowing a team to test and develop against… h2non/gock — HTTP traffic mocking and testing made easy in Go ༼ʘ̚ل͜ʘ̚༽. brightify/cuckoo — Boilerplate-free mocking framework for Swift! data-dog/go-sqlmock — go-sqlmock is a Go library that simulates SQL driver behavior for unit testing by intercepting database calls through… golang/mock — GoMock is a mocking framework for the Go programming language. jarcoal/httpmock — HTTP mocking for Golang.
go-sqlmock is a Go library that simulates SQL driver behavior for unit testing by intercepting database calls through the standard database/sql/driver interface, eliminating the need for a real database connection. It provides a comprehensive mocking framework that allows developers to define expectations for SQL operations, including queries, executions, prepared statements, and transaction lifecycles, with precise control over the results and errors returned. The library distinguishes itself through its flexible matching and verification capabilities. It supports regex-based or exact SQL
Simplify software testing, by easily mocking any system using HTTP/HTTPS, allowing a team to test and develop against a service that is not complete or is unstable or just to reproduce planned/edge cases.
Boilerplate-free mocking framework for Swift!
GoMock is a mocking framework for the Go programming language.