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