testDecodeShortValidXmlWithLeadingWhitespace02AndTrailingGarbage() — netty Function Reference
Architecture documentation for the testDecodeShortValidXmlWithLeadingWhitespace02AndTrailingGarbage() function in XmlFrameDecoderTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 907f7aec_3fda_73e8_5f00_973337219035["testDecodeShortValidXmlWithLeadingWhitespace02AndTrailingGarbage()"] 13b85bd7_07cb_814c_1ac0_dcb1adb68947["XmlFrameDecoderTest"] 907f7aec_3fda_73e8_5f00_973337219035 -->|defined in| 13b85bd7_07cb_814c_1ac0_dcb1adb68947 276d80b1_895a_dd4c_eae7_309a9191f161["testDecodeWithXml()"] 907f7aec_3fda_73e8_5f00_973337219035 -->|calls| 276d80b1_895a_dd4c_eae7_309a9191f161 style 907f7aec_3fda_73e8_5f00_973337219035 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
codec-xml/src/test/java/io/netty/handler/codec/xml/XmlFrameDecoderTest.java lines 125–128
@Test
public void testDecodeShortValidXmlWithLeadingWhitespace02AndTrailingGarbage() {
testDecodeWithXml(" \n\r \t<xxx/>\ttrash", "<xxx/>", CorruptedFrameException.class);
}
Domain
Subdomains
Calls
Source
Frequently Asked Questions
What does testDecodeShortValidXmlWithLeadingWhitespace02AndTrailingGarbage() do?
testDecodeShortValidXmlWithLeadingWhitespace02AndTrailingGarbage() is a function in the netty codebase, defined in codec-xml/src/test/java/io/netty/handler/codec/xml/XmlFrameDecoderTest.java.
Where is testDecodeShortValidXmlWithLeadingWhitespace02AndTrailingGarbage() defined?
testDecodeShortValidXmlWithLeadingWhitespace02AndTrailingGarbage() is defined in codec-xml/src/test/java/io/netty/handler/codec/xml/XmlFrameDecoderTest.java at line 125.
What does testDecodeShortValidXmlWithLeadingWhitespace02AndTrailingGarbage() call?
testDecodeShortValidXmlWithLeadingWhitespace02AndTrailingGarbage() calls 1 function(s): testDecodeWithXml.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free