Searched defs:serverTest (Results 1 – 4 of 4) sorted by relevance
564 type serverTest struct { struct567 name string570 command []string573 expectedPeerCerts []string575 config *Config578 expectHandshakeErrorIncluding string582 validate func(ConnectionState) error585 wait bool593 func (test *serverTest) connFromCommand() (conn *recordingConn, child *exec.Cmd, err error) {649 func (test *serverTest) dataPath() string {[all …]
139 auto serverTest = make_shared<ServerTest>(); in main() local
438 serverTest const