-
Updated
Jul 7, 2022 - Java
mocks
Here are 198 public repositories matching this topic...
-
Updated
Nov 26, 2021 - JavaScript
-
Updated
Jul 6, 2022 - C#
-
Updated
May 28, 2020 - Shell
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 !!
-
Updated
Jul 2, 2022 - Swift
-
Updated
May 24, 2022 - Go
-
Updated
Jun 20, 2022 - Elixir
-
Updated
Mar 2, 2022 - Rust
Is your feature request related to a problem? Please describe.
I think there are people who migrate to mocktail from mockito after migrating their app to null safety. I think the migration process can be simplified so that the developers don't have to read the full documentation.
Describe the solution you'd like
A table in README that maps mockito way of doing things to `mocktai
-
Updated
Mar 2, 2022 - JavaScript
-
Updated
May 25, 2022 - Scala
-
Updated
Mar 16, 2022 - JavaScript
-
Updated
Jul 8, 2022 - Go
-
Updated
Jun 23, 2022 - TypeScript
-
Updated
Jun 27, 2022 - C#
-
Updated
Jan 24, 2022 - C#
-
Updated
Jul 6, 2022 - TypeScript
The current mock mechanism is "strict" regarding trailing slashes:
mockiavelli.mockGET('/example', {status: 200})
// GET /example/ => 404
This behaviour should be at least configurable to allow ignoring trailing slashes:
const mockiavelli = await Mockiavelli.setup(page, {ignoreTrailingSlashes: true});
mockiavelli.mockGET('/example', {status: 200})
// GET /example/ => 200
-
Updated
Jul 8, 2022 - JavaScript
-
Updated
Feb 22, 2018 - JavaScript
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