Richard O’Neil, author of the FakeItEasy CodeRush Templates has been at it again.
This time he’s taken a step up, and built a new CodeRush plugin.
From his github repository:
CodeRush expansion plugin to turn a list of private fields into fluent methods.
I created this to help me build helper classes for an automated testing framework I was making with Selenium and it's WebDriver.
If you start with code like this…The generated code will enable you make the following call…
Naturally Richard has open sourced his creation for all the world to use, so head on over and give him some feedback.
For more information see the CR_FluentPoco repository on GitHub