Most popular Mocking framework for unit tests written in Java
-
Updated
Oct 20, 2020 - Java
{{ message }}
Most popular Mocking framework for unit tests written in Java
Seamless REST/GraphQL API mocking library for browser and Node.
mocking library for Kotlin
An OkHttp interceptor which has pretty logger for request and response. +Mock support
Mockito for Objective-C: creation, verification and stubbing of mock objects
CppUTest unit testing and mocking framework for C/C++
Seamless client side mocking
Efficient Mock Generator for Swift
Pegomock is a powerful, yet simple mocking framework for the Go programming language
Mockito for Scala language
The testing framework for Dynamics CRM and Dynamics 365 which runs on an In-Memory context and deals with mocks or fakes for you
A Open Source Mocking framework for Delphi XE2 or later
Type safe mocking extensions for Jest https://www.npmjs.com/package/jest-mock-extended
MockBukkit is a mocking framework for bukkit to allow the easy unit testing of Bukkit plugins.
A modern, portable, cross-language unit testing and mocking framework for C and C++
A simple mocking framework for Swift, inspired by the famous http://mockito.org/
Mocking framework for Rust -- inspired by googlemock
*SimpleStubs* is a simple mocking framework that supports Universal Windows Platform (UWP), .NET Core and .NET framework. SimpleStubs is currently developed and maintained by Microsoft BigPark Studios in Vancouver.
Cpp header only library to manage compile time mock class generated via Python script
Mocking library for CoreBluetooth framework.
Dummy camera works on simurator without changes.
A simple mocking framework in a PCL.
This Add method has trailing comma in parameters part.
type Calculator interface {
Add(a int,
b int,
) int
}It causes error like this.
10:30: expected statement, found ')' (and 1 more errors)
Usage:
1. Copy the interface you want to mock
2. Run 'mokku'
3. Paste the mocked implementation that has been written to your clipboard
Simple project with clean architecture
A pure C mocking library
Service Virtualized HTTP - to help service test automation stay fast and consistent
A mocking framework for the D programming language
Easier, dynamic mocking for Swift.
Add a description, image, and links to the mocking-framework topic page so that developers can more easily learn about it.
To associate your repository with the mocking-framework topic, visit your repo's landing page and select "manage topics."
Hey Guys,
I see an IllegalStateException when running one particular test.
What steps will reproduce the problem?
The following code fails each time it is run
Testcase: