testDecodeInvalidXml() — netty Function Reference
Architecture documentation for the testDecodeInvalidXml() function in XmlFrameDecoderTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 2f230c3a_abb9_389a_d104_3340b09fd8d0["testDecodeInvalidXml()"] 13b85bd7_07cb_814c_1ac0_dcb1adb68947["XmlFrameDecoderTest"] 2f230c3a_abb9_389a_d104_3340b09fd8d0 -->|defined in| 13b85bd7_07cb_814c_1ac0_dcb1adb68947 276d80b1_895a_dd4c_eae7_309a9191f161["testDecodeWithXml()"] 2f230c3a_abb9_389a_d104_3340b09fd8d0 -->|calls| 276d80b1_895a_dd4c_eae7_309a9191f161 style 2f230c3a_abb9_389a_d104_3340b09fd8d0 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
codec-xml/src/test/java/io/netty/handler/codec/xml/XmlFrameDecoderTest.java lines 130–134
@Test
public void testDecodeInvalidXml() {
testDecodeWithXml("<a></", new Object[0]);
testDecodeWithXml("<a></a", new Object[0]);
}
Domain
Subdomains
Calls
Source
Frequently Asked Questions
What does testDecodeInvalidXml() do?
testDecodeInvalidXml() is a function in the netty codebase, defined in codec-xml/src/test/java/io/netty/handler/codec/xml/XmlFrameDecoderTest.java.
Where is testDecodeInvalidXml() defined?
testDecodeInvalidXml() is defined in codec-xml/src/test/java/io/netty/handler/codec/xml/XmlFrameDecoderTest.java at line 130.
What does testDecodeInvalidXml() call?
testDecodeInvalidXml() 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