Home / Function/ assertMemoryAttribute() — netty Function Reference

assertMemoryAttribute() — netty Function Reference

Architecture documentation for the assertMemoryAttribute() function in HttpPostStandardRequestDecoderTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  60cb6c7f_94bd_db1f_cddc_21c53027d383["assertMemoryAttribute()"]
  700bdd36_e58a_9cef_6fb4_774362c57167["HttpPostStandardRequestDecoderTest"]
  60cb6c7f_94bd_db1f_cddc_21c53027d383 -->|defined in| 700bdd36_e58a_9cef_6fb4_774362c57167
  381f228f_56fb_428a_f75c_ef7bd9db769d["testDecodeAttributes()"]
  381f228f_56fb_428a_f75c_ef7bd9db769d -->|calls| 60cb6c7f_94bd_db1f_cddc_21c53027d383
  7a56f4ef_7b98_6a9f_565a_c64dc7ac26a7["testDecodeSingleAttributeWithNoValue()"]
  7a56f4ef_7b98_6a9f_565a_c64dc7ac26a7 -->|calls| 60cb6c7f_94bd_db1f_cddc_21c53027d383
  ce952403_f13a_514a_e165_98b5be91570a["testDecodeSingleAttributeWithNoValueEmptyLast()"]
  ce952403_f13a_514a_e165_98b5be91570a -->|calls| 60cb6c7f_94bd_db1f_cddc_21c53027d383
  d3f2939e_4c14_7593_c5b5_b62373282c13["testDecodeEndAttributeWithNoValue()"]
  d3f2939e_4c14_7593_c5b5_b62373282c13 -->|calls| 60cb6c7f_94bd_db1f_cddc_21c53027d383
  d6cd8ea5_c927_fe2b_f240_bd0a11a447f8["testDecodeStartAttributeWithNoValue()"]
  d6cd8ea5_c927_fe2b_f240_bd0a11a447f8 -->|calls| 60cb6c7f_94bd_db1f_cddc_21c53027d383
  a75526f9_00ed_6a24_68ec_684b4866b46e["testDecodeMultipleAttributesWithNoValue()"]
  a75526f9_00ed_6a24_68ec_684b4866b46e -->|calls| 60cb6c7f_94bd_db1f_cddc_21c53027d383
  06b91001_a717_fb7f_c26d_61a0c70eb2f6["testDecodeNestedAttributeWithNoValue()"]
  06b91001_a717_fb7f_c26d_61a0c70eb2f6 -->|calls| 60cb6c7f_94bd_db1f_cddc_21c53027d383
  97b58ea0_ab81_6c76_1c96_c74cefc5b96c["testDecodeAttributesWithAmpersandPrefixSkipsNullAttribute()"]
  97b58ea0_ab81_6c76_1c96_c74cefc5b96c -->|calls| 60cb6c7f_94bd_db1f_cddc_21c53027d383
  style 60cb6c7f_94bd_db1f_cddc_21c53027d383 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-http/src/test/java/io/netty/handler/codec/http/multipart/HttpPostStandardRequestDecoderTest.java lines 226–229

    private static void assertMemoryAttribute(InterfaceHttpData data, String expectedValue) {
        assertEquals(InterfaceHttpData.HttpDataType.Attribute, data.getHttpDataType());
        assertEquals(((MemoryAttribute) data).getValue(), expectedValue);
    }

Domain

Subdomains

Frequently Asked Questions

What does assertMemoryAttribute() do?
assertMemoryAttribute() is a function in the netty codebase, defined in codec-http/src/test/java/io/netty/handler/codec/http/multipart/HttpPostStandardRequestDecoderTest.java.
Where is assertMemoryAttribute() defined?
assertMemoryAttribute() is defined in codec-http/src/test/java/io/netty/handler/codec/http/multipart/HttpPostStandardRequestDecoderTest.java at line 226.
What calls assertMemoryAttribute()?
assertMemoryAttribute() is called by 8 function(s): testDecodeAttributes, testDecodeAttributesWithAmpersandPrefixSkipsNullAttribute, testDecodeEndAttributeWithNoValue, testDecodeMultipleAttributesWithNoValue, testDecodeNestedAttributeWithNoValue, testDecodeSingleAttributeWithNoValue, testDecodeSingleAttributeWithNoValueEmptyLast, testDecodeStartAttributeWithNoValue.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free