testDecodeWithCDATABlockContainingNestedUnbalancedXml() — netty Function Reference
Architecture documentation for the testDecodeWithCDATABlockContainingNestedUnbalancedXml() function in XmlFrameDecoderTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 9a4fd67e_b079_7fc0_4717_c4c8655073eb["testDecodeWithCDATABlockContainingNestedUnbalancedXml()"] 13b85bd7_07cb_814c_1ac0_dcb1adb68947["XmlFrameDecoderTest"] 9a4fd67e_b079_7fc0_4717_c4c8655073eb -->|defined in| 13b85bd7_07cb_814c_1ac0_dcb1adb68947 276d80b1_895a_dd4c_eae7_309a9191f161["testDecodeWithXml()"] 9a4fd67e_b079_7fc0_4717_c4c8655073eb -->|calls| 276d80b1_895a_dd4c_eae7_309a9191f161 style 9a4fd67e_b079_7fc0_4717_c4c8655073eb fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
codec-xml/src/test/java/io/netty/handler/codec/xml/XmlFrameDecoderTest.java lines 144–151
@Test
public void testDecodeWithCDATABlockContainingNestedUnbalancedXml() {
// <br> isn't closed, also <a> should have been </a>
final String xml = "<info>" +
"<![CDATA[Copyright 2012-2013,<br><a href=\"http://www.acme.com\">ACME Inc.<a>]]>" +
"</info>";
testDecodeWithXml(xml, xml);
}
Domain
Subdomains
Calls
Source
Frequently Asked Questions
What does testDecodeWithCDATABlockContainingNestedUnbalancedXml() do?
testDecodeWithCDATABlockContainingNestedUnbalancedXml() is a function in the netty codebase, defined in codec-xml/src/test/java/io/netty/handler/codec/xml/XmlFrameDecoderTest.java.
Where is testDecodeWithCDATABlockContainingNestedUnbalancedXml() defined?
testDecodeWithCDATABlockContainingNestedUnbalancedXml() is defined in codec-xml/src/test/java/io/netty/handler/codec/xml/XmlFrameDecoderTest.java at line 144.
What does testDecodeWithCDATABlockContainingNestedUnbalancedXml() call?
testDecodeWithCDATABlockContainingNestedUnbalancedXml() 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