ScalaMock
Mocking framework
A mocking framework for testing Scala applications
Native Scala mocking framework
506 stars
22 watching
100 forks
Language: Scala
last commit: 20 days ago Related projects:
Repository | Description | Stars |
---|---|---|
mockito/mockito-scala | A mocking framework for testing Scala applications | 354 |
sabirvirtuoso/mockit | A Swift mocking framework for unit testing with features such as stubbing, mocking, call verification, and argument matching. | 120 |
thomas-girotto/mockgen | A C# mocking library using source generators | 16 |
easymock/easymock | A Java library that simplifies the use of mock objects in unit testing. | 821 |
leoture/mockswift | A library that allows you to write mocks and make better tests with Swift | 90 |
alexliesenfeld/httpmock | A library that enables developers to mock HTTP responses and test their applications in isolation. | 489 |
jonreid/ocmockito | An Objective-C framework for creating mock objects to test and verify application behavior | 991 |
eranpeer/fakeit | A C++ mocking framework for testing and development | 1,262 |
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,160 |
nbottarini/mockt | A mocking library for TypeScript and JavaScript | 10 |
jimweirich/flexmock | A flexible mock object library for unit testing Ruby applications | 94 |
freerange/mocha | A Ruby library for mocking and stubbing in unit tests | 1,228 |
dascandy/hippomocks | A single-header mocking framework allowing developers to isolate dependencies and test their code in isolation | 196 |
jasonbock/rocks | A mocking library based on the Compiler APIs (Roslyn + Mocks) to create mock objects for unit testing and verification of virtual methods | 262 |
patrys/httmock | A mocking library for HTTP requests in Python | 467 |