ocmock
Mocking framework
A tool to create mock objects for Objective-C unit tests
Mock objects for Objective-C
2k stars
73 watching
607 forks
Language: Objective-C
last commit: 5 months ago
Linked from 1 awesome list
mock-objectsobjective-cocmock
Related projects:
Repository | Description | Stars |
---|---|---|
jonreid/ocmockito | An Objective-C framework for creating mock objects to test and verify application behavior | 991 |
dascandy/hippomocks | A single-header mocking framework allowing developers to isolate dependencies and test their code in isolation | 195 |
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 |
sabirvirtuoso/mockit | A Swift mocking framework for unit testing with features such as stubbing, mocking, call verification, and argument matching. | 120 |
throwtheswitch/cmock | Automates the creation of mock interfaces and stubs for unit testing C code | 684 |
rollbear/trompeloeil | A header-only C++ mocking framework for unit testing and mocking dependencies in software applications. | 812 |
qaston/dmocks-revived | A tool to help test software by replacing real dependencies with fake ones | 21 |
eranpeer/fakeit | A C++ mocking framework for testing and development | 1,255 |
jimweirich/flexmock | A flexible mock object library for unit testing Ruby applications | 94 |
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 |
help-me-mom/ng-mocks | A testing library for mocking components and services in Angular applications. | 1,060 |
easymock/easymock | A Java library for creating mock objects in unit testing | 821 |
dipasqualew/zod-mocking | Generates mock data from Zod models for testing purposes | 37 |
autofac/autofac.extras.moq | Provides an easy-to-use integration between Autofac's IoC container and Moq's unit testing framework for mocking dependencies. | 38 |