kbilsted / StatePrinter

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

Support custom ordering of collections #18

Open kbilsted opened 9 years ago

kbilsted commented 9 years ago

Enhance the IntroSpector class to support configurable ordering of collections. The configuration should work in the same "stacking" manner as the FieldHarvesters.

Also a standard implementation for IEnumerable Where T : IComparable should be made.