mocks
Here are 128 public repositories matching this topic...
As a new end user, I cannot find a single user guide or decent documentation. The javadoc reads like it's written as a quick review for someone who already knows the ins/outs of Mockito and just need some sample code. I don't even know what or how Mockito works and the first couple of lines are talking about "mockito inline".
Most open source projects have really great user guides and document
I think it would be helpful if the partial subs page mentioned the need to add:
<ItemGroup>
<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleTo">
<_Parameter1>YOUR TEST ASSEMBLY</_Parameter1>
</AssemblyAttribute>
<AssemblyAttribute Include="System.Runtime.CompilerServices.I
-
Updated
Jun 24, 2020 - C#
Right now, [README.md][readme] includes copy-pasted code from sample code in [src/example/][src/example] tree, but they're not kept in-sync automatically.
Ideally, we would have a process for automatically including code samples, e.g., via some preprocessing since it's probably not possible to do it dynamically, so that we can avoid having to see them diverge, e.g., as can be seen in issue
The signInWithEmailAndPassword method is supposed to return a promise containing [UserCredential] (https://firebase.google.com/docs/reference/js/firebase.auth#.UserCredential) but it returns a partial user object (https://github.com/soumak77/firebase-mock/blob/master/src/firebase-auth.js#L124)
In fact
-
Updated
Jun 28, 2020 - Rust
-
Updated
Mar 15, 2018 - JavaScript
-
Updated
Jun 19, 2020 - Swift
add search to docs
See https://gohugo.io/tools/search/
Context: We are writing better docs using hugo to replace the examples on in the README. When complete we'll host here: https://apitest.dev.
-
Updated
Jun 28, 2020 - Scala
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 !!
Using Gorm with Postgres, CREATE commands (CREATE TABLE, CREATE DATABASE) generate error:
unimplemented statement Exec command type of "CREATE"
Looks like an easy fix to add this.
В readme в примере допущена ошибка
Example:
...
mocks:
service1:
requestConstraints:
# this check will demand that the request contains key1 и key2
# and the values are key1=value1, key1=value11 и key2=value2.
# Keys not mentioned here are omitted while running the check.
- kind: expectedQuery
query: key1=value1&key2=-
Updated
Jun 22, 2020 - TypeScript
-
Updated
Jun 25, 2020 - JavaScript
Is your feature request related to a problem? Please describe.
Currently, there is no way to setup a different directory, all mocks must be under "Mocks" directory. Sometimes it can be useful to have mocks in another folder.
Describe the solution you'd like
Include a setting to define mocks folder, otherwise use the default "Mocks" dir.
-
Updated
Feb 22, 2018 - JavaScript
-
Updated
May 11, 2020 - TypeScript
-
Updated
May 23, 2020 - JavaScript
The number of issues are growing so I think it's better to create an issue template to keep them consistent and make then easy to read.
I am accepting comments with examples.
It would be nice to add to the readme.md the clear steps to get the umock code preprocessed and prettyfied so that it can be debugged in an easier fashion.
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."
Wanted to find a project to play around with VuePress and figured i'd help improve the documentation for this library since i use it on a regular basis (thanks @Marak)
Anyways, I'm almost done with the full documentation and thought i would share it with the community.
You can access the documentation here: https://fakerjsdocs.netlify.com/
Repo is here: https://github.com/JeffBeltran/fa