testRetainedSliceAfterRelease2() — netty Function Reference
Architecture documentation for the testRetainedSliceAfterRelease2() function in AbstractByteBufTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 47a4ee34_55fa_1201_e94d_922b7b7e5803["testRetainedSliceAfterRelease2()"] 6540f2d1_cdad_6705_dd1d_9a24e2e53242["AbstractByteBufTest"] 47a4ee34_55fa_1201_e94d_922b7b7e5803 -->|defined in| 6540f2d1_cdad_6705_dd1d_9a24e2e53242 style 47a4ee34_55fa_1201_e94d_922b7b7e5803 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
buffer/src/test/java/io/netty/buffer/AbstractByteBufTest.java lines 4581–4589
@Test
public void testRetainedSliceAfterRelease2() {
assertThrows(IllegalReferenceCountException.class, new Executable() {
@Override
public void execute() {
releasedBuffer().retainedSlice(0, 1);
}
});
}
Domain
Subdomains
Source
Frequently Asked Questions
What does testRetainedSliceAfterRelease2() do?
testRetainedSliceAfterRelease2() is a function in the netty codebase, defined in buffer/src/test/java/io/netty/buffer/AbstractByteBufTest.java.
Where is testRetainedSliceAfterRelease2() defined?
testRetainedSliceAfterRelease2() is defined in buffer/src/test/java/io/netty/buffer/AbstractByteBufTest.java at line 4581.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free