-
Updated
Nov 21, 2020 - Java
mocking-framework
Here are 83 public repositories matching this topic...
-
Updated
Nov 23, 2020 - TypeScript
-
Updated
Nov 23, 2020 - Kotlin
-
Updated
Nov 4, 2020 - Kotlin
-
Updated
Aug 16, 2020 - Objective-C
-
Updated
Nov 19, 2020 - C++
-
Updated
Sep 7, 2020 - TypeScript
-
Updated
Sep 5, 2020 - JavaScript
-
Updated
Nov 19, 2020 - Swift
-
Updated
Nov 23, 2020 - Scala
-
Updated
Oct 15, 2020 - Go
-
Updated
Oct 3, 2020 - C#
-
Updated
Sep 23, 2020 - Pascal
-
Updated
Aug 19, 2020 - TypeScript
-
Updated
Nov 20, 2020 - Java
-
Updated
Nov 13, 2020 - C
-
Updated
Jun 21, 2019 - Swift
-
Updated
Sep 22, 2019 - Rust
-
Updated
Apr 7, 2019 - C#
-
Updated
Nov 18, 2020 - Python
-
Updated
Oct 2, 2020 - Swift
-
Updated
Jul 27, 2019 - Swift
-
Updated
May 23, 2020 - C#
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
-
Updated
May 31, 2017 - Java
-
Updated
Nov 12, 2020 - C
-
Updated
Nov 7, 2020 - Java
-
Updated
Nov 23, 2020 - Apex
-
Updated
Nov 9, 2020 - D
Improve this page
Add a description, image, and links to the mocking-framework topic page so that developers can more easily learn about it.
Add this topic to your repo
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: