Home / Function/ assertNone() — netty Function Reference

assertNone() — netty Function Reference

Architecture documentation for the assertNone() function in OpenSslCertificateCompressionTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  12bba89c_fd5a_d40e_a7cd_57aba7db2bfd["assertNone()"]
  7111b952_7007_d5c2_8ec1_ca1531aba650["OpenSslCertificateCompressionTest"]
  12bba89c_fd5a_d40e_a7cd_57aba7db2bfd -->|defined in| 7111b952_7007_d5c2_8ec1_ca1531aba650
  5a075c83_ad27_9143_b9b3_a4dc4f073c26["testServerPriority()"]
  5a075c83_ad27_9143_b9b3_a4dc4f073c26 -->|calls| 12bba89c_fd5a_d40e_a7cd_57aba7db2bfd
  bf4761c9_9124_5790_451e_fe716b0883f8["testServerPriorityReverse()"]
  bf4761c9_9124_5790_451e_fe716b0883f8 -->|calls| 12bba89c_fd5a_d40e_a7cd_57aba7db2bfd
  ea524a2c_67ae_b50c_c024_1bfe185fae51["testFailedNegotiation()"]
  ea524a2c_67ae_b50c_c024_1bfe185fae51 -->|calls| 12bba89c_fd5a_d40e_a7cd_57aba7db2bfd
  2a16e92e_f131_81da_847a_0897a58b2197["testTlsLessThan13()"]
  2a16e92e_f131_81da_847a_0897a58b2197 -->|calls| 12bba89c_fd5a_d40e_a7cd_57aba7db2bfd
  style 12bba89c_fd5a_d40e_a7cd_57aba7db2bfd fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

handler/src/test/java/io/netty/handler/ssl/OpenSslCertificateCompressionTest.java lines 371–375

    private void assertNone(TestCertCompressionAlgo... algos) {
        for (TestCertCompressionAlgo algo : algos) {
            assertTrue(!algo.compressCalled && !algo.decompressCalled);
        }
    }

Domain

Subdomains

Frequently Asked Questions

What does assertNone() do?
assertNone() is a function in the netty codebase, defined in handler/src/test/java/io/netty/handler/ssl/OpenSslCertificateCompressionTest.java.
Where is assertNone() defined?
assertNone() is defined in handler/src/test/java/io/netty/handler/ssl/OpenSslCertificateCompressionTest.java at line 371.
What calls assertNone()?
assertNone() is called by 4 function(s): testFailedNegotiation, testServerPriority, testServerPriorityReverse, testTlsLessThan13.

Analyze Your Own Codebase

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

Try Supermodel Free