MCPcopy
hub / github.com/moby/moby / SetupTestSuite

Interface SetupTestSuite

internal/test/suite/interfaces.go:16–18  ·  view source on GitHub ↗

SetupTestSuite has a SetupTest method, which will run before each test in the suite.

Source from the content-addressed store, hash-verified

14// SetupTestSuite has a SetupTest method, which will run before each
15// test in the suite.
16type SetupTestSuite interface {
17 SetUpTest(context.Context, *testing.T)
18}
19
20// TearDownAllSuite has a TearDownSuite method, which will run after
21// all the tests in the suite have been run.

Callers 1

RunFunction · 0.65

Implementers 9

DockerRegistrySuiteintegration-cli/check_test.go
DockerDaemonSuiteintegration-cli/check_test.go
DockerSwarmSuiteintegration-cli/check_test.go
DockerRegistryAuthHtpasswdSuiteintegration-cli/check_test.go
DockerRegistryAuthTokenSuiteintegration-cli/check_test.go
DockerCLIBuildSuiteintegration-cli/docker_cli_build_test.
DockerExternalVolumeSuiteintegration-cli/docker_cli_external_vo
DockerHubPullSuiteintegration-cli/docker_hub_pull_suite_
DockerNetworkSuiteintegration-cli/docker_cli_network_tes

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…