Home / Function/ testDecodingInvalidValuesWithCommaAtStart() — netty Function Reference

testDecodingInvalidValuesWithCommaAtStart() — netty Function Reference

Architecture documentation for the testDecodingInvalidValuesWithCommaAtStart() function in ClientCookieDecoderTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  5df1afda_7965_56bb_7f63_b6e5985a6bd2["testDecodingInvalidValuesWithCommaAtStart()"]
  2635e872_d46e_792f_9aed_dd9f06eec252["ClientCookieDecoderTest"]
  5df1afda_7965_56bb_7f63_b6e5985a6bd2 -->|defined in| 2635e872_d46e_792f_9aed_dd9f06eec252
  style 5df1afda_7965_56bb_7f63_b6e5985a6bd2 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-http/src/test/java/io/netty/handler/codec/http/cookie/ClientCookieDecoderTest.java lines 218–223

    @Test
    public void testDecodingInvalidValuesWithCommaAtStart() {
        assertNull(ClientCookieDecoder.STRICT.decode(","));
        assertNull(ClientCookieDecoder.STRICT.decode(",a"));
        assertNull(ClientCookieDecoder.STRICT.decode(",a=a"));
    }

Domain

Subdomains

Frequently Asked Questions

What does testDecodingInvalidValuesWithCommaAtStart() do?
testDecodingInvalidValuesWithCommaAtStart() is a function in the netty codebase, defined in codec-http/src/test/java/io/netty/handler/codec/http/cookie/ClientCookieDecoderTest.java.
Where is testDecodingInvalidValuesWithCommaAtStart() defined?
testDecodingInvalidValuesWithCommaAtStart() is defined in codec-http/src/test/java/io/netty/handler/codec/http/cookie/ClientCookieDecoderTest.java at line 218.

Analyze Your Own Codebase

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

Try Supermodel Free