-
I think we can improve on the current approach to mocking in the test framework
https://github.com/ballerina-platform/ballerina-spec/blob/master/test/test-framework-spec.md#mocking
I will put so…
-
In order for testing an application we would need a mocking framework.
As a part of this feature, I would like to have a mocking framework created and updated here.
-
Hi,
hope find you well with this cold call.
I am an author of [mocking framework for Kotlin](http://mockk.io)
I see you are using mockito-kotlin.
I just want you to be aware that there is solution…
-
Hi,
hope find you well with this cold call.
I am an author of [mocking framework for Kotlin](http://mockk.io)
I see you are using mockito-kotlin.
I just want you to be aware that there is solution…
-
Great idea for a book.
Can you also write up mocking frameworks with Erlang such as:
Meck https://github.com/eproxus/meck
ErlyMock https://github.com/sheyll/erlymock
and BDD framework such as Cucumb…
-
Hello everyone, first off thank you for this project!
We are a group of students aiming at contributing more unit tests to this project. Thus we have read and acknowledged the [contribution rules](…
-
### 🚀 Feature Request
What I would like to see and experience is for playwright to allow pure server side mocking in addition to the existing client side api mocking via routes - similar to Nock an…
-
**Description**
We need to implement unit tests for the library to ensure code quality and functionality. The unit tests should cover various aspects of the library's functionality and should be wr…
-
I am several yaks deep and would like a mocking framework for a test in tracing.
I suggest http://sinonjs.org/ since it is actively maintained and has some documentation.
-
```
What steps will reproduce the problem?
1. Unzip the eclipse project attached to the issue
2. Run the unit test.
What is the expected output? What do you see instead?
Expected the test to pass b…