vert-x / testtools

Vert.x 2.x is deprecated - use instead
http://vertx.io/docs/vertx-unit/java/
Other
10 stars 10 forks source link

Use publish rather send for reporting test results #11

Open RichardWarburton opened 11 years ago

RichardWarburton commented 11 years ago

Currently you're sending a message to TESTRUNNER_HANDLER_ADDRESS when a test succeeds/fails. This works fine, but it would be helpful from a developer debugging perspective if this was a publish.

That way it would be possible to reliably listen to messages sent to this address. It would also help anyone who wanted to write tools on top of the testtools project, such as logging the results of test runs.