testPredefinedMessagesNotEqual() — netty Function Reference
Architecture documentation for the testPredefinedMessagesNotEqual() function in RedisDecoderTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD a9e376ce_4ce6_156d_ffbe_56332ae372a3["testPredefinedMessagesNotEqual()"] 5bef0d49_45a1_6e64_a046_06825037f689["RedisDecoderTest"] a9e376ce_4ce6_156d_ffbe_56332ae372a3 -->|defined in| 5bef0d49_45a1_6e64_a046_06825037f689 style a9e376ce_4ce6_156d_ffbe_56332ae372a3 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
codec-redis/src/test/java/io/netty/handler/codec/redis/RedisDecoderTest.java lines 337–343
@Test
public void testPredefinedMessagesNotEqual() {
// both EMPTY_INSTANCE and NULL_INSTANCE have EMPTY_BUFFER as their 'data',
// however we need to check that they are not equal between themselves.
assertNotEquals(FullBulkStringRedisMessage.EMPTY_INSTANCE, FullBulkStringRedisMessage.NULL_INSTANCE);
assertNotEquals(FullBulkStringRedisMessage.NULL_INSTANCE, FullBulkStringRedisMessage.EMPTY_INSTANCE);
}
Domain
Subdomains
Source
Frequently Asked Questions
What does testPredefinedMessagesNotEqual() do?
testPredefinedMessagesNotEqual() is a function in the netty codebase, defined in codec-redis/src/test/java/io/netty/handler/codec/redis/RedisDecoderTest.java.
Where is testPredefinedMessagesNotEqual() defined?
testPredefinedMessagesNotEqual() is defined in codec-redis/src/test/java/io/netty/handler/codec/redis/RedisDecoderTest.java at line 337.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free