MCPcopy Index your code
hub / github.com/foxcpp/maddy / NewT

Function NewT

tests/t.go:69–76  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

67}
68
69func NewT(t *testing.T) *T {
70 return &T{
71 T: t,
72 ports: map[string]uint16{},
73 portsRev: map[uint16]string{},
74 reloadedChan: make(chan struct{}, 1),
75 }
76}
77
78// Config sets the configuration to use for the server. It must be called
79// before Run.

Callers 15

TestConcurrencyLimitFunction · 0.92
TestPerIPConcurrencyFunction · 0.92
TestImapsqlDeliveryFunction · 0.92
TestImapsqlDeliveryMapFunction · 0.92
TestImapsqlAuthMapFunction · 0.92
TestLMTPClient_Issue308Function · 0.92
TestLDAPInjectionFilterFunction · 0.92
TestDovecotSASLClientFunction · 0.92

Calls

no outgoing calls

Tested by 15

TestConcurrencyLimitFunction · 0.74
TestPerIPConcurrencyFunction · 0.74
TestImapsqlDeliveryFunction · 0.74
TestImapsqlDeliveryMapFunction · 0.74
TestImapsqlAuthMapFunction · 0.74
TestLMTPClient_Issue308Function · 0.74
TestLDAPInjectionFilterFunction · 0.74
TestDovecotSASLClientFunction · 0.74