Home / Function/ testDecodingValueWithCommaFails() — netty Function Reference

testDecodingValueWithCommaFails() — netty Function Reference

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

Entity Profile

Dependency Diagram

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

Relationship Graph

Source Code

codec-http/src/test/java/io/netty/handler/codec/http/cookie/ClientCookieDecoderTest.java lines 184–192

    @Test
    public void testDecodingValueWithCommaFails() {
        String source = "UserCookie=timeZoneName=(GMT+04:00) Moscow, St. Petersburg, Volgograd&promocode=&region=BE;"
                + " expires=Sat, 01-Dec-2012 10:53:31 GMT; path=/";

        Cookie cookie = ClientCookieDecoder.STRICT.decode(source);

        assertNull(cookie);
    }

Domain

Subdomains

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free