Expert Overview
Things I'm Doing
Talks I've Given
Paul Butcher is Author of Debug It! Find, Repair, and Prevent Bugs in Your Code
 
Talks I've Given
-
Generating code within a compiler plugin - how ScalaMock does it
Featuring Paul Butcher
In this talk for Scala Days, Paul Butcher discusses how generating source code which is then compiled in a separate compiler invocation works in ScalaMock, and the tradeoffs associated with it.
scala -
ScalaMock: 'Power' mocking for Scala
Featuring Paul Butcher
In this talk for the London Scala User Group, Paul Butcher presents ScalaMock, a mocking framework designed and implemented from the ground up in Scala that brings PowerMock-style features like mocking object creation and companion objects.
powermock scala scalatest specs2 scalacheck mocking