kbilsted / StatePrinter

Automating unit testing and ToString() coding
Apache License 2.0
93 stars 32 forks source link

Field harvester factory method #33

Closed kbilsted closed 5 years ago

kbilsted commented 9 years ago

We need an easy way to create an anonymous field harvester. The configuration should have an AddHarvester taking two lambdas as argument which should create an instance of a new AnonymousFieldHarveater

harrybellamy commented 5 years ago

Having been in the configuration code recently I think this can be closed (Configuration.AddHandler satisfies this requirement).

kbilsted commented 5 years ago

Fixed in #48