Mockit
Mocking framework
A Swift mocking framework for unit testing with features such as stubbing, mocking, call verification, and argument matching.
A simple mocking framework for Swift, inspired by the famous http://mockito.org/
120 stars
9 watching
27 forks
Language: Swift
last commit: over 5 years ago
Linked from 2 awesome lists
mocking-frameworkmockitswift
Related projects:
Repository | Description | Stars |
---|---|---|
dionisiydk/mocketry | A framework for creating mock objects and stubbing messages in Smalltalk programming language. | 18 |
tpounds/mockitopp | A C++ mocking framework inspired by Mockito, providing a simple and lightweight way to mock dependencies in unit testing. | 77 |
jonreid/ocmockito | An Objective-C framework for creating mock objects to test and verify application behavior | 991 |
leoture/mockswift | A library that allows you to write mocks and make better tests with Swift | 90 |
eranpeer/fakeit | A C++ mocking framework for testing and development | 1,255 |
venmo/dvr | A framework for creating mockable network interactions in Swift applications | 649 |
phake/phake | A PHP framework for creating mock objects and test doubles to simplify testing of code | 479 |
mockito/mockito-scala | A mocking framework for testing Scala applications | 354 |
ffmathy/fluffyspoon.javascript.testing.faking | A mocking framework for TypeScript that enables fluent mocking of strongly-typed interfaces. | 202 |
rspec/rspec-mocks | A test-double framework for RSpec that supports method stubs and mocking of real objects as well as generated test-doubles. | 1,159 |
mockyabstract/mocky | An online service that allows users to generate custom HTTP responses for testing and development purposes. | 2,056 |
rollbear/trompeloeil | A header-only C++ mocking framework for unit testing and mocking dependencies in software applications. | 812 |
erikdoe/ocmock | A tool to create mock objects for Objective-C unit tests | 2,161 |
paulbutcher/scalamock | A mocking framework for testing Scala applications | 505 |
php-mock/php-mock | A testing library that mocks non-deterministic built-in PHP functions to simplify unit tests | 359 |