testSmtpInjectionWithCRLF() — netty Function Reference
Architecture documentation for the testSmtpInjectionWithCRLF() function in SmtpRequestsTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 350796cb_048b_5445_8c28_acd225cfa450["testSmtpInjectionWithCRLF()"] c3eb9a53_56d2_a953_a459_71470612e5fe["SmtpRequestsTest"] 350796cb_048b_5445_8c28_acd225cfa450 -->|defined in| c3eb9a53_56d2_a953_a459_71470612e5fe style 350796cb_048b_5445_8c28_acd225cfa450 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
codec-smtp/src/test/java/io/netty/handler/codec/smtp/SmtpRequestsTest.java lines 44–52
@Test
public void testSmtpInjectionWithCRLF() {
assertThrows(IllegalArgumentException.class, new Executable() {
@Override
public void execute() {
SmtpRequests.rcpt("test@example.com\r\nQUIT");
}
});
}
Domain
Subdomains
Source
Frequently Asked Questions
What does testSmtpInjectionWithCRLF() do?
testSmtpInjectionWithCRLF() is a function in the netty codebase, defined in codec-smtp/src/test/java/io/netty/handler/codec/smtp/SmtpRequestsTest.java.
Where is testSmtpInjectionWithCRLF() defined?
testSmtpInjectionWithCRLF() is defined in codec-smtp/src/test/java/io/netty/handler/codec/smtp/SmtpRequestsTest.java at line 44.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free