netty5/transport/src
Jakob Buchgraber 8bc7deeb87 Improve error reporting in SingleThreadEventLoopTest. Fixes #2894
Motivation:

When an assertTrue(condition) statement fails we usually don't know
why, as the parameters of the condition are not logged.

Modifications:

Include relevant parameters in the assertion error message.

Result:

Easier to debug and understand test failures.
2014-09-20 15:29:43 -04:00
..
main/java/io/netty Shutdown Executor on MultithreadEventLoopGroup shutdown. Fixes #2837 2014-09-12 12:17:29 +09:00
test/java/io/netty Improve error reporting in SingleThreadEventLoopTest. Fixes #2894 2014-09-20 15:29:43 -04:00