-
Updated
Jan 22, 2021 - JavaScript
#
mocks
Here are 154 public repositories matching this topic...
generate massive amounts of realistic fake data in Node.js and the browser
Most popular Mocking framework for unit tests written in Java
java
testing
mock
test-automation
mocking
mockito
testing-tools
mock-library
java-library
test-driven-development
mocks
mocking-framework
-
Updated
Jan 23, 2021 - Java
Just like System.Web.Abstractions, but for System.IO. Yay for testable IO access!
-
Updated
Jan 19, 2021 - C#
A lightweight library to simplify and generalize the process of writing unit tests for C applications.
-
Updated
May 28, 2020 - Shell
Firebase mock library for writing unit tests
testing
mock
unit-testing
firebase
mocking
firebase-admin
firebase-auth
mocks
firebase-database
firebase-storage
mocking-library
firebase-functions
firebase-firestore
-
Updated
Sep 4, 2020 - JavaScript
lbroudoux
commented
Dec 5, 2018
As it is done withe Azure in microcks/microcks-azure component, we'd like to provide simple, demo purposed, CloudFormation template for AWS.
I've initialized stuffs but being a newbee at AWS stuffs, help is welcomed !!
Efficient Mock Generator for Swift
mock
swift
fast
commandline
scale
xcode
efficient
mocking
mocking-utility
mocks
protocols
mocking-framework
mocking-library
scaleable
performant
swiftsyntax
mockgen
subclassing
mockgenerator
generates-mocks
-
Updated
Jan 7, 2021 - Swift
HTTP mocking for Rust!
-
Updated
Jan 14, 2021 - Rust
A simple and extensible behavioural testing library for Go. You can use api test to simplify REST API, HTTP handler and e2e tests.
testing
golang
mocking
behavioural-tests
mocks
api-testing
blackbox-testing
jsonpath
sequence-diagrams
-
Updated
Jan 19, 2021 - Go
testing
mock
unit-testing
typechecker
elixir
contract
behaviour
contracts
type-checking
mocks
contract-testing
behaviours
typechecking
dialyzer
mox
type-checker
typespec
behaviour-typespec
typespecs
explicit-contracts
-
Updated
Jan 10, 2021 - Elixir
Build a fake backend by providing the content of JSON files or JavaScript objects through configurable routes.
nodejs
mock
api
http
json
data
node
rest
backend
rest-api
restful
json-files
fake
mocking
http-server
mocks
restful-api
fake-data
mocking-server
-
Updated
Mar 15, 2018 - JavaScript
Mockito for Scala language
cats
testing
mock
scala
tdd
test-automation
mockito
scalaz
testing-tools
test-driven-development
mocks
specs2
mocking-framework
mocking-library
scalatest
-
Updated
Jan 19, 2021 - Scala
Library for running Xamarin.Forms inside of unit tests
-
Updated
Jan 8, 2021 - C#
Gonkey - a testing automation tool
-
Updated
Jan 18, 2021 - Go
This library makes RxJS Observables testing easy!
testing
mock
angular
rxjs
jasmine
jest
observables
mocks
unit-tests
spies
microtest
observer-spies
marble-tests
-
Updated
Dec 18, 2020 - TypeScript
csharp
roslyn
aspnet
engine
mock-server
faker
callback
dotnet-core
aspnet-core
mocks
hacktoberfest
api-mock
mocks-generator
mock-apis
delay-attribute
hacktoberfest2020
-
Updated
Dec 13, 2020 - C#
A collection of utilities to help with unit-testing Sequelize models
-
Updated
Jan 22, 2021 - JavaScript
Yeoman generator for building a fake backend by providing the content of JSON files or JavaScript objects through configurable routes.
nodejs
mock
api
http
json
data
node
rest
backend
yeoman
rest-api
yeoman-generator
restful
fake
mocking
http-server
mocks
restful-api
fake-data
mocking-server
-
Updated
Feb 22, 2018 - JavaScript
HTTP request mocking library for Puppeteer and Playwright
-
Updated
Nov 14, 2020 - TypeScript
rhberro
commented
Jan 18, 2021
I should be able write routes using words in uppercase when describing the route's methods, something like:
...
{
path: '/example',
methods: [
{
type: 'GET',
},
],
},
...
In the current version, when I do this the following error occurs:
3
Open
Method types
Improve this page
Add a description, image, and links to the mocks topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the mocks topic, visit your repo's landing page and select "manage topics."
The issue is based on the discussion in #559.
@zvirja
@dtchepak