There are many random small functions and classes that we create and use while writing Approvaltests.
Some of these make writing code easier, some of them make writing tests easier.
All of them are shared here, in no particular order, in the hope you might also benifit from them.
- DateUtils:
Create and print C++11 dates and times. - ExceptionCollector:
Collect multiple exceptions and throw a combined exception. - Grid:
Create 2D text in a grid format - Storyboard:
Print the changes to an object over time