paulbutcher / ScalaMock

Native Scala mocking framework
http://scalamock.org/
MIT License
505 stars 100 forks source link

TupledFunction instead of StubFunctionN and MockFunctionN #533

Open goshacodes opened 1 month ago

goshacodes commented 1 month ago

Scala 3 added TupledFunction We should consider using it to simplify MockFunctionN, StubFunctionN, FakeFunctionN classes and reduce number of various implicit conversions