netty5/codec/src
Jeff Evans 476d2aea76 Adding method to assert XML decoder framing works
Motivation:

In an effort to better understand how the XmlFrameDecoder works, I consulted the tests to find a method that would reframe the inputs as per the Javadocs for that class. I couldn't find any methods that seemed to be doing it, so I wanted to add one to reinforce my understanding.

Modification:

Add a new test method to XmlFrameDecoder to assert that the reframing works as described.

Result:

New test method is added to XmlFrameDecoder
2017-03-19 08:08:07 -07:00
..
main/java/io/netty/handler/codec Update links from code.google.com to github.com 2017-03-07 10:21:03 +01:00
test Adding method to assert XML decoder framing works 2017-03-19 08:08:07 -07:00