netty5/transport/src/test/java/io/netty/channel/embedded
Norman Maurer acd13e1cf7 Allow to set parent Channel when constructing EmbeddedChannel (#9230)
Motivation:

Sometimes it is beneficial to be able to set a parent Channel in EmbeddedChannel if the handler that should be tested depend on the parent.

Modifications:

- Add another constructor which allows to specify a parent
- Add unit tests

Result:

Fixes https://github.com/netty/netty/issues/9228.
2019-06-08 09:20:19 -07:00
..
CustomChannelId.java Java 8 migration. Removed custom MathUtil.compare methods (#8748) 2019-01-22 12:37:09 +01:00
EmbeddedChannelIdTest.java ByteBuf Input Stream Reference Count Ownership 2016-11-14 16:29:55 -08:00
EmbeddedChannelTest.java Allow to set parent Channel when constructing EmbeddedChannel (#9230) 2019-06-08 09:20:19 -07:00