netty5/transport/src/test/java/io/netty/channel/embedded
Norman Maurer dc2649e95d
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:11:31 -07:00
..
CustomChannelId.java Checkstyle cleanup from d59b4840c1 2017-02-15 12:03:11 -08: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:11:31 -07:00