seratch / scalatest

Automatically exported from code.google.com/p/scalatest
Apache License 2.0
0 stars 0 forks source link

Request for toString() overrides on 'and' and 'or' matchers #24

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I am using scalatest's awesome matcher infrastructure as part of a standalone 
test tool for an application I am writing. It would be very nice to be able to 
log matchers as I am executing them, but currently toString() and the matchers 
returned by and(), or(), and the like just return "<function1>". It would be 
very nice if it would return e.g. "[matcher1] and [matcher2]" instead.

Just a low-priority request. Thanks!

Original issue reported on code.google.com by cyan.spam@gmail.com on 19 Feb 2013 at 6:26