MCPcopy
hub / github.com/google/cadvisor / Cleanup

Method Cleanup

integration/framework/framework.go:42–42  ·  view source on GitHub ↗

Clean the framework state.

()

Source from the content-addressed store, hash-verified

40type Framework interface {
41 // Clean the framework state.
42 Cleanup()
43
44 // The testing.T used by the framework and the current test.
45 T() *testing.T

Implementers 1

realFrameworkintegration/framework/framework.go

Calls

no outgoing calls