Samuel Nelson 4ecf7fc077 Allow custom test name formats
When using suites, test names were just the raw suite method name, but that's often not
detailed enough to know what the problem is.  This commit adds the ability to pass a custom
name format using certain formatting marks (sort of similar to templating strings) to
include the name of the function that called Run or NamedRun, the name of the suite's type,
and/or the name of the method.
2015-01-10 14:59:21 -07:00
..
2014-06-30 11:34:00 -06:00
2015-01-10 14:59:21 -07:00