MCPcopy
hub / github.com/ContainerSSH/ContainerSSH / NewT

Function NewT

e2e_framework_test.go:32–47  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

30)
31
32func NewT(t *testing.T) T {
33 cfg := config.AppConfig{}
34 cfg.Default()
35 return &testContext{
36 t,
37 cfg,
38 &sync.Mutex{},
39 NewAuthUserStorage(),
40 0,
41 0,
42 nil,
43 nil,
44 nil,
45 nil,
46 }
47}
48
49type T interface {
50 // StartContainerSSH starts a ContainerSSH instance on a random port. If no authentication has been previously

Callers 1

TestBackendsFunction · 0.85

Calls 2

DefaultMethod · 0.95
NewAuthUserStorageFunction · 0.85

Tested by

no test coverage detected