-
VCR is the single biggest development pain point when working on GitHub Classroom. It took me forever to get working, and most developers who start working on Classroom run into issues with it. Creati…
-
```
What steps will reproduce the problem?
1.create a static method
2.write to unit test by using powerMockito
3.not working in IntelliJ but working in eclipse
What is the expected output? What do y…
-
I am trying to integrate Chameleon and Wax (https://github.com/probablycorey/wax), but the Wax code assumes the existence of APIs not currently available. So I will need to patch the Wax code to #ifd…
jockm updated
13 years ago
-
It would be a life saver :)
-
Suppose we mock java class `java.util.Calendar`. There is a `public final Date getTime` method and `public long getTimeInMillis`. When trying to mock the earlier, I get message:
```
org.mockito.exc…
-
Mockito version: 3.2.4
I believe the following code block incorrectly throws `PotentialStubbingProblem` when a stubbed method call on a `Spy` is not issued before a non-stubbed method call.
If o…
-
The idea would be to use the real DSL objects more in the SWT specs. @jasonrclark came up with the idea in #471 and as I'm fighting my way through rewriting specs right now I grow increasingly fond of…
-
This is where we dump stack traces from Win32 things that haven't been worked around yet or have regressed in some way.
Starting with Stardew Valley, using the stardewFNA script:
```
System.Ref…
-
```
import io.mockk.every
import io.mockk.mockk
import io.mockk.spyk
import io.mockk.verify
import javax.xml.crypto.Data
data class ItemData(val id: Int)
interface Database {
fun inser…
-
**Target: Java**
**Feature Request**
We use ANTLR daily to create dozens of small, shared languages for testing large systems. These DSLs help us stay coordinated in a way that would otherwise…