Unit testing decoders

aaron.riekenberg aaron.riekenberg at gmail.com
Mon Aug 22 21:33:58 EDT 2011


I recently discovered DecoderEmbedder:
http://docs.jboss.org/netty/3.2/api/org/jboss/netty/handler/codec/embedder/DecoderEmbedder.html

Here's the unit test for DelimiterBasedFrameDecoder that uses
DecoderEmbedder:
https://github.com/netty/netty/blob/master/src/test/java/org/jboss/netty/handler/codec/frame/DelimiterBasedFrameDecoderTest.java

--
View this message in context: http://netty-forums-and-mailing-lists.685743.n2.nabble.com/Unit-testing-decoders-tp6712968p6714457.html
Sent from the Netty User Group mailing list archive at Nabble.com.


More information about the netty-users mailing list