markus1189 / mockito-scala

Syntactic sugar for mockito in Scala
Apache License 2.0
6 stars 0 forks source link

Support for Mockito.spy? #4

Open kflorence opened 6 years ago

kflorence commented 6 years ago

Why not provide syntax sugar for Mockito.spy?

markus1189 commented 6 years ago

I tend to not use spy too much, that's the only reason. Which means there is no reason to not add it at some point :)

kflorence commented 6 years ago

Agreed, although spy is useful for integration testing.