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